Skip to content

V1.3.1-RELEASE

Compare
Choose a tag to compare
@springboot-plus springboot-plus released this 15 Oct 01:11
· 227 commits to master since this release
9f43ae1

[V1.3.1-RELEASE] 2019.10.15

⭐️ New Features

  • Xss跨站脚本工具处理
  • CORS跨域配置

⚡️ Optimization

  • 代码生成器可自定义配置生成哪些文件
  • 请求路径filter配置,配置文件属性名称调整
  • Aop切点优化,Aop JSON参数输出优化
  • 可配置是否生成Validation验证代码
  • 优化controller,entity模版生成
  • 优化代码生成器 CodeGenerator
  • 调整 aop, filter,interceptor,controller,param,vo代码目录结构

📝 Added/Modified

  • Add XssFilter,XssHttpServletRequestWrapper,XssJacksonDeserializer,XssJacksonSerializer
  • Add SpringBootPlusCorsProperties
  • Update JacksonConfig
  • Update LogAop,RequestPathFilter,ShiroConfig

🐞 Bug Fixes

  • fix druid控制面板无法访问问题

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to spring-boot 2.1.9.RELEASE
  • Upgrade to Fastjson 1.2.62
  • Upgrade to hutool 4.6.10
  • Add commons-text 1.8