spring-boot-plus V1.3.0-RELEASE SpringBoot+Shiro+JWT權限管理

[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

  • https://springboot.plus/guide/shiro-jwt.html

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格式文件處理


分享到:


相關文章: