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
复制代码