在spring-boot中将整型的id转换为字符串的id,或者字符串的id转换为整型的id spring-boot-hashids作为一个springboot的一个插件使用,目前兼容spring-boot 2.x
- 启动Application继承WebApplication
- 在vo对象的字段中使用@HashidsFormat注解
- 打开MemberController.java查看路由路径
- 请求会员列表接口 http://localhost:8080/members
- 请求结果展示:
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request