spring-boot-plusV1.2.3發佈,CentOS快速安裝環境/構建/部署/啓動項目java
maven-assembly-plugin
項目打包插件Add install-jdk.sh yum安裝jdk8
腳本mysql
Add install-git.sh yum安裝git
腳本git
Add install-maven.sh yum安裝maven
腳本github
Add install-redis.sh yum安裝redis
腳本redis
Add install-mysql.sh yum安裝mysql
腳本spring
Add install-all.sh 安裝全部環境腳本sql
Add download-install-all.sh 下載並安裝全部環境腳本json
Add deploy.sh 下載項目/構建/部署/啓動項目腳本centos
Add maven-javadoc-plugin
java api docsapi
CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
springboot
2.1.8.RELEASEMybatis
3.5.2Mybatis Plus
3.2.0Alibaba Druid
1.1.20Fastjson
1.2.60commons-codec
1.13commons-collections
4.4hutool-all
4.6.4安裝
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
複製代碼
sh download-install-all.sh
複製代碼
ALTER USER 'root'@'localhost' IDENTIFIED BY 'Springbootplus666!';
exit
mysql -uroot -pSpringbootplus666!
複製代碼
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
複製代碼
deploy.sh
wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/deploy/deploy.sh
複製代碼
sh deploy.sh
複製代碼
SpringBootAdmin管理頁面
spring-boot-plus Swagger文檔頁面
http://47.105.159.10:8888/docs
tail -f -n 1000 /root/spring-boot-plus-server/logs/spring-boot-plus.log
複製代碼