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) 编辑
摘要: Eclipse导入spring boot plus 安装lombok插件 !!!请先确保Eclipse已安装lombok插件!!! 👉 "下载lombok" 运行lombok进行安装 例如lombok下载到:C:\Users\Admin\Downloads Win + R 打开命令行 进入到Dow 阅读全文
posted @ 2019-08-11 12:53 spring-boot-plus 阅读(477) 评论(0) 推荐(0) 编辑
摘要: spring boot plus快速开始 Quick Start 1. clone项目到本地 Or 2. maven构建 默认使用local环境,对应配置文件:application local.yml 3. 新建数据库 数据库MySQL 默认数据库名称为:spring_boot_plus 导入表结 阅读全文
posted @ 2019-08-11 12:52 spring-boot-plus 阅读(682) 评论(0) 推荐(0) 编辑
摘要: Everyone can develop projects independently, quickly and efficiently! Introduction spring boot plus是一套集成spring boot常用开发组件的后台快速开发框架 Purpose 每个人都可以独立、快速 阅读全文
posted @ 2019-08-11 12:49 spring-boot-plus 阅读(4266) 评论(0) 推荐(1) 编辑

导航