spring-boot-plus V1.2.3 發(fā)布,新增 CentOS 相關(guān)腳本
2019-09-09 來(lái)源:OSCHINA

[V1.2.3-RELEASE] 2019.09.09 ??
spring-boot-plusV1.2.3發(fā)布,CentOS快速安裝環(huán)境/構(gòu)建/部署/啟動(dòng)項(xiàng)目
?? New Features
- 項(xiàng)目運(yùn)行環(huán)境安裝腳本
- CentOS快速構(gòu)建/部署/啟動(dòng)項(xiàng)目腳本
?? Optimization
- 優(yōu)化
maven-assembly-plugin
項(xiàng)目打包插件
?? Added/Modified
-
Add install-jdk.sh yum安裝
jdk8
腳本 -
Add install-git.sh yum安裝
git
腳本 -
Add install-maven.sh yum安裝
maven
腳本 -
Add install-redis.sh yum安裝
redis
腳本 -
Add install-mysql.sh yum安裝
mysql
腳本 -
Add install-all.sh 安裝所有環(huán)境腳本
-
Add download-install-all.sh 下載并安裝所有環(huán)境腳本
-
Add deploy.sh 下載項(xiàng)目/構(gòu)建/部署/啟動(dòng)項(xiàng)目腳本
-
Add
maven-javadoc-plugin
java api docs
?? Documentation
- CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
- spring-boot-plus java docs
?? Dependency Upgrades
- Upgrade to
springboot
2.1.8.RELEASE - Upgrade to
Mybatis
3.5.2 - Upgrade to
Mybatis Plus
3.2.0 - Upgrade to
Alibaba Druid
1.1.20 - Upgrade to
Fastjson
1.2.60 - Upgrade to
commons-codec
1.13 - Upgrade to
commons-collections
4.4 - Upgrade to
hutool-all
4.6.4
CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
1. Download the installation script
Install
jdk
,git
,maven
,redis
,mysql
wget -O download-install-all.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/download-install-all.sh
2. Run the installation script
sh download-install-all.sh
3. Modify MySQL password
ALTER USER 'root'@'localhost' IDENTIFIED BY 'Springbootplus666!'; exit mysql -uroot -pSpringbootplus666!
4. Import MySQL scripts
create database if not exists spring_boot_plus character set utf8mb4; use spring_boot_plus; source /root/mysql_spring_boot_plus.sql; show tables; exit
5. Download deployment script deploy.sh
wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/deploy/deploy.sh
6. Execution script
sh deploy.sh
7.Access project
SpringBootAdmin Management page
http://47.105.159.10:8888
spring-boot-plus Swagger Document page
http://47.105.159.10:8888/docs
8. View project run log
tail -f -n 1000 /root/spring-boot-plus-server/logs/spring-boot-plus.log
標(biāo)簽: [db:TAGG]
版權(quán)申明:本站文章部分自網(wǎng)絡(luò),如有侵權(quán),請(qǐng)聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點(diǎn)!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請(qǐng)與原作者聯(lián)系。