共计 1724 个字符,预计需要花费 5 分钟才能阅读完成。
spring-boot-plus 更新日志 CHANGELOG
[V1.2.0-RELEASE] 2019.08.06
???? spring-boot-plus 演示地址
- ???? spring-boot-plus 演示地址 -Spring Boot Admin
- ???? spring-boot-plus 演示地址 -Swagger
⭐️ New Features
- 集成
maven-assembly-plugin
进行项目打包 - 启动 / 重启脚本
- 提取
config
配置文件到项目外部 - 可配置代码生成查询参数是否支持排序
- 可配置代码生成策略:ALL/SIMPLE
- 新增
SpringBootPlusProperties
自定义属性配置类 - 新增
SpringBootPlusConfig
项目配置类
⚡️ Optimization
- 优化启动命令脚本路径
- 优化配置文件,设置默认值
- 优化分页排序,使用
OrderItem
- 优化代码生成器模板
- 完成 CRUD 单元测试
- 完成 Swagger 接口测试
- 删除 OrderEnum 枚举类,使用
OrderItem
替代 - 移除 Rabbit/Kafka MQ 配置,将在后续版本中已模块形式体现
- 优化刷新 Swagger,后台报 404 NOT FOUND,设置 Swagger 版本为
2.6.1
- 优化
application.yml
及application-xxx.yml
配置文件
???? Bug Fixes
- 修复 LocalDateTime 日期错误问题,使用 Date 日期类型
- 修复 SpringBootAdmin 在线查日志错误问题
???? Documentation
- 项目打包
- 运维部署
- FAQ-LocalDateTime
???? Dependency Upgrades
- Upgrade to mybatis-plus 3.1.2
- Upgrade to druid 1.1.18
- Upgrade to fastjson 1.2.59
[V1.1.0-RELEASE] 2019.08.01
⭐️ New Features
- 集成 spring boot admin 后台监控功能
⚡️ Optimization
- 细节优化
- dev 和 local 环境一致
???? Documentation
- Eclipse 中使用 spring-boot-plus 项目详细步骤
- 集成 Spring Boot Admin
- FAQ
???? QQ 技术交流讨论群
[V1.0.0-RELEASE] 2019.07.10
⭐️ New Features
- 集成 spring boot 2.1.6.RELEASE
- 集成 mybatis-plus 3.1.1
- 集成 redis
- 集成 druid 数据库连接池
- 集成 rabbit/kafka mq
- 集成 maven assembly 项目打包
- 启动、重启命令脚本
- 项目公共代码部分
- AOP 记录请求响应日志:LogAop
- 统一响应结果处理:ApiResult
- 公共常量
- 常用 validator 注解约束:EmailValidator、EnumTypeValidator、IdCardValidator、PhoneValidator
- 提取公共类:BaseEntity、BaseService、BaseServiceImpl、BaseTypeStateEnum、BaseController、QueryParam 等
- 全局异常处理:BusinessException、GlobalErrorController、GlobalExceptionHandler
- 跨域处理 Filter:CrossDomainFilter
- 请求路径处理 Filter:RequestPathFilter
- 分页封装
- 公共配置部分
- 转换器配置
- FastJson、Jackson 全局配置
- kafka/rabbit mq 配置
- 文件上传配置
- mybatis-plus 配置
- Redis 缓存配置
- swagger 配置
- webmvc 配置
- 获取请求信息 ip 及对应的地区
- system 模块
- 不同环境打包不同配置文件
- logback.xml 日志配置
- 常用工具类等
- 代码生成器
- 自定义代码生成模板
???? Documentation
- 官网:https://springboot.plus
- GITHUB:https://github.com/geekidea/spring-boot-plus
- GITEE:https://gitee.com/geekidea/spring-boot-plus
正文完