中文字幕在线观看,亚洲а∨天堂久久精品9966,亚洲成a人片在线观看你懂的,亚洲av成人片无码网站,亚洲国产精品无码久久久五月天

spring-boot-plus V1.2.3 發(fā)布,新增 CentOS 相關(guān)腳本

2019-09-09    來源:OSCHINA

容器云強(qiáng)勢上線!快速搭建集群,上萬Linux鏡像隨意使用

[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 jdkgitmavenredismysql

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),請聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點(diǎn)!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請與原作者聯(lián)系。

上一篇:基于 Spring Cloud Greenwich.SR1 的微服務(wù)權(quán)限系統(tǒng) FEBS Cloud

下一篇:Mozilla 計(jì)劃在 2019 年 9 月底向美國用戶推出 DoH