首页
Springboot中后端传递对象类型的json数据时,设置的属性名是大写,但是前端收到属性名为小写
框架会自动帮我们转json数据时,自动转为我们设置的key,应该默认会将我们的参数名转为小写。
可以在属性上加上@JsonProperty(“需要显示的字段”)注解。
springboot
相关
微信小程序+SpringBoot(Shiro)登录后,调用接口还是跑到了login。
eclipse搭建springboot开发环境
springboot学习之路31(整合minio服务)
Springboot配置tk-mybatis
springboot配置信息
springboot配置国际化功能
SpringBoot AOP+自定义注解实现日志功能
SpringBoot学习- 1、SpringSuit创建项目
SpringBoot学习- 3、整合MyBatis
SpringBoot+Mybatis加载Mapper.xml文件的两种方式
初学SpringBoot
SpringBoot整合Shiro
标签