转载

spring-boot-plus更新日志 CHANGELOG(九)

spring-boot-plus更新日志 CHANGELOG

[V1.2.0-RELEASE] 2019.08.06

:rocket: spring-boot-plus演示地址

  • :point_right: spring-boot-plus演示地址-Spring Boot Admin
  • :point_right: spring-boot-plus演示地址-Swagger

:star:️ New Features

maven-assembly-plugin
config
SpringBootPlusProperties
SpringBootPlusConfig

:zap:️ Optimization

  • 优化启动命令脚本路径
  • 优化配置文件,设置默认值
  • 优化分页排序,使用 OrderItem
  • 优化代码生成器模板
  • 完成CRUD单元测试
  • 完成Swagger接口测试
  • 删除OrderEnum枚举类,使用 OrderItem 替代
  • 移除Rabbit/Kafka MQ配置,将在后续版本中已模块形式体现
  • 优化刷新Swagger,后台报404 NOT FOUND,设置Swagger版本为 2.6.1
  • 优化 application.ymlapplication-xxx.yml 配置文件

:beetle: Bug Fixes

  • 修复LocalDateTime日期错误问题,使用Date日期类型
  • 修复SpringBootAdmin在线查日志错误问题

:notebook_with_decorative_cover: Documentation

  • 项目打包
  • 运维部署
  • FAQ-LocalDateTime

:hammer: 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

:star:️ New Features

  • 集成spring boot admin 后台监控功能

:zap:️ Optimization

  • 细节优化
  • dev和 local环境一致

:notebook_with_decorative_cover: Documentation

  • Eclipse中使用spring-boot-plus项目详细步骤
  • 集成Spring Boot Admin
  • FAQ

:smiley: QQ技术交流讨论群

spring-boot-plus更新日志 CHANGELOG(九)

[V1.0.0-RELEASE] 2019.07.10

:star:️ 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日志配置
  • 常用工具类等
  • 代码生成器
  • 自定义代码生成模板

:notebook_with_decorative_cover: Documentation

  • 官网: https://springboot.plus
  • GITHUB: https://github.com/geekidea/spring-boot-plus
  • GITEE: https://gitee.com/geekidea/spring-boot-plus
原文  https://segmentfault.com/a/1190000020051211
正文到此结束
Loading...