Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

环境

  • SpringBoot3
  • java17
  • APIJSON 6.1.0
  • apijson-framework 6.1.0_springboot3

使用的apijson 版本较旧,可自行升级到最新的apijson-springboot3版本,因为没做测试,这里就先不升级了。

和其他例子的主要区别

  • 复杂度介于APIJSONBoot 和 APIJSONDemo 之间
  • 完成了一些常用配置
    • 简单鉴权
    • samesite策略
    • HikariCP 多数据源配置
    • 解决数字返回前端精度丢失问题