|
1 | 1 | # 更新日志 CHANGELOG |
2 | 2 |
|
3 | | -## |
4 | 3 | ## [V1.2.3-RELEASE] 2019.09.09 :computer: |
| 4 | +> spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目 |
| 5 | +
|
5 | 6 | ### ⭐️ New Features |
6 | | -# spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目 |
7 | | -## 1. 下载安装脚本 |
8 | | -> 安装 `jdk`, `git`, `maven`, `redis`, `mysql` |
9 | | -
|
10 | | -```bash |
11 | | -wget -O download-install-all.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/dev/docs/bin/install/download-install-all.sh |
12 | | -``` |
13 | | - |
14 | | -## 2. 运行安装脚本 |
15 | | -```bash |
16 | | -sh download-install-all.sh |
17 | | -``` |
18 | | - |
19 | | -## 3. 修改MySQL密码 |
20 | | -```bash |
21 | | -ALTER USER 'root'@'localhost' IDENTIFIED BY 'Springbootplus666!'; |
22 | | -exit |
23 | | -mysql -uroot -pSpringbootplus666! |
24 | | -``` |
25 | | - |
26 | | -## 4. 导入MySQL脚本 |
27 | | -```bash |
28 | | -create database if not exists spring_boot_plus character set utf8mb4; |
29 | | -use spring_boot_plus; |
30 | | -source /root/mysql_spring_boot_plus.sql; |
31 | | -show tables; |
32 | | -exit |
33 | | -``` |
34 | | -
|
35 | | -## 5. 下载部署脚本 `deploy.sh` |
36 | | -```bash |
37 | | -wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/dev/deploy/deploy.sh |
38 | | -``` |
39 | | -
|
40 | | -## 6. 执行脚本 |
41 | | -```bash |
42 | | -sh deploy.sh |
43 | | -``` |
44 | | -
|
45 | | -## 7.访问项目 |
46 | | -> SpringBootAdmin管理页面 |
47 | | -
|
48 | | -[http://localhost:8888](http://localhost:8888) |
49 | | -
|
50 | | -> spring-boot-plus Swagger文档页面 |
51 | | -
|
52 | | -[http://localhost:8888/docs](http://localhost:8888/docs) |
53 | | -
|
54 | | -## 8. 查看项目运行日志 |
55 | | -```bash |
56 | | -tail -f -n 1000 /root/spring-boot-plus-server/logs/spring-boot-plus.log |
57 | | -``` |
| 7 | +- 项目运行环境安装脚本 |
| 8 | +- CentOS快速构建/部署/启动项目脚本 |
| 9 | + |
| 10 | +### ⚡️ Optimization |
| 11 | +- 优化 `maven-assembly-plugin` 项目打包插件 |
| 12 | + |
| 13 | +### 📝 Added/Modified |
| 14 | +Add [install-jdk.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-jdk.sh) yum安装`jdk8`脚本 |
| 15 | +Add [install-git.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-git.sh) yum安装`git`脚本 |
| 16 | +Add [install-maven.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-maven.sh) yum安装`maven`脚本 |
| 17 | +Add [install-redis.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-redis.sh) yum安装`redis`脚本 |
| 18 | +Add [install-mysql.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-mysql.sh) yum安装`mysql`脚本 |
| 19 | +Add [install-all.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-all.sh) 安装所有环境脚本 |
| 20 | +Add [download-install-all.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/download-install-all.sh) 下载并安装所有环境脚本 |
| 21 | +Add [deploy.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/deploy/deploy.sh) 下载项目/构建/部署/启动项目脚本 |
| 22 | + |
| 23 | +### 📔 Documentation |
| 24 | +[CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project](https://github.com/geekidea/spring-boot-plus#centos-quick-installation-environment--build--deploy--launch-spring-boot-plus-project) |
| 25 | + |
| 26 | +### 🔨 Dependency Upgrades |
| 27 | +- Upgrade to `springboot` 2.1.8.RELEASE |
| 28 | +- Upgrade to `Mybatis` 3.5.2 |
| 29 | +- Upgrade to `Mybatis Plus` 3.2.0 |
| 30 | +- Upgrade to `Alibaba Druid` 1.1.20 |
| 31 | +- Upgrade to `Fastjson` 1.2.60 |
| 32 | +- Upgrade to `commons-codec` 1.13 |
| 33 | +- Upgrade to `commons-collections` 4.4 |
| 34 | +- Upgrade to `hutool-all` 4.6.4 |
58 | 35 |
|
59 | 36 |
|
60 | 37 | ## [V1.2.2-RELEASE] 2019.08.26 🏇 |
|
0 commit comments