登录
首页 >  数据库 >  MySQL

spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目

来源:SegmentFault

时间:2023-01-29 13:57:52 190浏览 收藏

有志者,事竟成!如果你在学习数据库,那么本文《spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目》,就很适合你!文章讲解的知识点主要包括MySQL、Java、github、spring、centos,若是你对本文感兴趣,或者是想搞懂其中某个知识点,就请你继续往下看吧~

spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目

[V1.2.3-RELEASE] 2019.09.09

spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目

⭐️ New Features

  • 项目运行环境安装脚本
  • CentOS快速构建/部署/启动项目脚本

⚡️ Optimization

  • 优化
    wget -O download-install-all.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/download-install-all.sh

    2. 运行安装脚本

    sh download-install-all.sh

    3. 修改MySQL密码

    ALTER USER 'root'@'localhost' IDENTIFIED BY 'Springbootplus666!';
    exit
    mysql -uroot -pSpringbootplus666!

    4. 导入MySQL脚本

    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. 下载部署脚本
    wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/deploy/deploy.sh

    6. 执行脚本

    sh deploy.sh

    7.访问项目

    SpringBootAdmin管理页面

    http://47.105.159.10:8888

    spring-boot-plus Swagger文档页面

    http://47.105.159.10:8888/docs

    8. 查看项目运行日志

    tail -f -n 1000 /root/spring-boot-plus-server/logs/spring-boot-plus.log

    好了,本文到此结束,带大家了解了《spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目》,希望本文对你有所帮助!关注golang学习网公众号,给大家分享更多数据库知识!

声明:本文转载于:SegmentFault 如有侵犯,请联系study_golang@163.com删除
相关阅读
更多>
最新阅读
更多>
课程推荐
更多>