2019年8月13日

摘要: IDEA导入spring boot plus 安装lombok插件 !!!请先确保IDEA已安装lombok插件!!! IDEA在线安装lombok插件 IDEA离线下载安装lombok 如果在线安装不了,可使用离线安装,请下载对应IDEA版本的lombok插件压缩包 👉 "lombok离线下载地 阅读全文
posted @ 2019-08-13 23:09 spring-boot-plus 阅读(632) 评论(0) 推荐(0) 编辑

2019年8月11日

摘要: spring boot plus 常见问题解决 FAQ 编译错误问题 log日志编译错误 编译提示log.info等日志错误 解决 检查是否安装lombok插件 "idea安装lombok" "eclipse安装lombok" 运行错误问题 MySQL错误 不能连接mysql com.mysql.j 阅读全文
posted @ 2019-08-11 13:10 spring-boot-plus 阅读(3269) 评论(0) 推荐(0) 编辑
摘要: spring boot plus集成Spring Boot Admin管理和监控应用 spring boot admin Spring Boot Admin用来管理和监控Spring Boot应用程序 应用程序向我们的Spring Boot Admin Client注册(通过HTTP)或使用Spri 阅读全文
posted @ 2019-08-11 13:08 spring-boot-plus 阅读(580) 评论(0) 推荐(0) 编辑
摘要: spring boot plus 代码生成 Generator 代码生成内容 spring boot plus在mybatis plus基础上,新增param/vo等模板 拓展controller/service/mapper/xml,生成通用CRUD/分页方法 代码生成模板:spring boot 阅读全文
posted @ 2019-08-11 13:06 spring-boot-plus 阅读(3440) 评论(0) 推荐(0) 编辑
摘要: spring boot plus更新日志 CHANGELOG [V1.2.0 RELEASE] 2019.08.06 🚀 spring boot plus演示地址 👉 "spring boot plus演示地址 Spring Boot Admin" 👉 "spring boot plus演示地 阅读全文
posted @ 2019-08-11 13:03 spring-boot-plus 阅读(522) 评论(0) 推荐(0) 编辑
摘要: spring boot plus运维部署 线上部署 打包环境为prod 打包后的目录 设置线上数据库、Redis等敏感信息 启动服务 启动日志 text [root@springbootplus spring boot plus 1.2.0.RELEASE prod] sh spring boot 阅读全文
posted @ 2019-08-11 13:01 spring-boot-plus 阅读(631) 评论(0) 推荐(0) 编辑
摘要: spring boot plus项目打包 项目打包 spring boot plus项目使用maven assembly插件进行打包 根据不同环境进行打包部署 包含启动、重启命令,配置文件提取到外部config目录 打包命令 打包后的项目压缩包 配置文件位置 项目打包后的目录 项目打包后的详细目录和 阅读全文
posted @ 2019-08-11 12:59 spring-boot-plus 阅读(464) 评论(0) 推荐(0) 编辑
摘要: spring boot plus项目目录结构 目录结构 bin:启动/重启命令脚本目录 logs:部署后记录日志目录 assembly:maven打包配置文件目录 java:源代码目录 resources:资源文件目录 config:项目配置文件目录 mapper:mybatis xml映射文件目录 阅读全文
posted @ 2019-08-11 12:58 spring-boot-plus 阅读(418) 评论(0) 推荐(0) 编辑
摘要: spring boot plus详细配置 公共配置 application.yml 👉 "SpringBoot官方完整配置" Tomcat相关配置 context path:项目访问路径 max threads:tomcat线程池大小设置 min spare threads:tomcat初始化线程 阅读全文
posted @ 2019-08-11 12:57 spring-boot-plus 阅读(487) 评论(0) 推荐(0) 编辑
摘要: spring boot plus项目配置文件 配置文件说明 配置说明 项目中配置文件主要使用yml格式 配置文件位置:spring boot plus\src\main\resources\config spring boot 配置分为公共配置:application.yml文件 项目中各个环境配置 阅读全文
posted @ 2019-08-11 12:56 spring-boot-plus 阅读(395) 评论(0) 推荐(0) 编辑

导航