spring-boot-plusV1.2.3發佈,CentOS快速安裝環境/構建/部署/啓動項目
maven-assembly-plugin
項目打包插件jdk8
腳本git
腳本maven
腳本redis
腳本mysql
腳本maven-javadoc-plugin
java api docsCentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Projectjava
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管理頁面
http://47.105.159.10:8888mysql
spring-boot-plus Swagger文檔頁面
http://47.105.159.10:8888/docsgit
tail -f -n 1000 /root/spring-boot-plus-server/logs/spring-boot-plus.log