Skip to content

V1.3.0-RELEASE

Compare
Choose a tag to compare
@springboot-plus springboot-plus released this 06 Oct 12:21
· 257 commits to master since this release
f1a4c11

[V1.3.0-RELEASE] 2019.10.06

⭐️ New Features

  • 集成Apache Shiro安全框架
  • 集成JWT 跨域身份验证解决方案

⚡️ Optimization

  • 优化代码生成模块格式
  • mybatis控制台打印SQL执行语句及结果集
  • Redis使用Jackson序列化 RedisTemplateConfig GenericJackson2JsonRedisSerializer
  • 删除security目录
  • 修改sys_user表结构

📝 Added/Modified

  • Add SpringBootPlusFilterConfig 过滤器配置类
  • Add SpringBootPlusException,DaoException 自定义异常类
  • Add ShiroConfig, ShiroPermissionConfig, ShiroProperties Shiro配置类
  • Add JwtCredentialsMatcher, JwtFilter, JwtProperties, JwtRealm, JwtToken JWT配置
  • Add LoginRedisService, LoginRedisServiceImpl Redis登陆缓存处理

🐞 Bug Fixes

  • fix startup.sh启动jar指定logback.xml

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Fastjson 1.2.61
  • Add shiro-spring-boot-starter 1.4.1
  • Add java-jwt 3.8.3
  • Add mapstruct, mapstruct-processor 1.3.0.Final 对象属性复制
  • Add ini4j 0.5.4 ini格式文件处理