摘要:
Spring 获取Header参数1. 方法一:对应的部分加入@RequestHeader获取@Controllerpublic class HelloController { @RequestMapping(value = "/hello") public String hello(@Reques 阅读全文
摘要:
SpringBoot+MyBatis操作Postgresql中Json数据类型MyBatis中并没有原生json的jdbcType支持,只能通过自定义TypeHandler来实现转换 假设这是我要存入数据库的json串: {"createtime":"2020-08-06T03:57:08.382Z 阅读全文