首页
友链
关于
duanluan 的博客
累计撰写
82
篇文章
累计创建
41
个标签
累计收到
4
条评论
栏目
目 录
CONTENT
以下是
Spring
相关的文章
SpringMVC Jackson/Fastjson 使用 @RequestParam/@PathVariable/@RequestBody 接收 LocalDateTime 参数对象,可时间戳
我的预想是支持多种格式,还支持时间戳,直接上代码。在 DateConfig 中定义了一个 ObjectMapper,有其他地方需要配置这个对象的时候,比如 MappingJackson2HttpMessageConverter,需要 @Autowired DateConfig 后用 objectMapper() 方法
2020-07-28
214
0
0
计算机
IDEA + Spring Boot + JRebel + MyBatis Mapper XML 热部署不能自动编译的解决方案和启动的几种方式
自动编译 方式一:Srping Boot Application 类 方式二:org.springframework.boot Maven/Gradle 插件 方式三:Tomcat MyBatis Mapper XML 热部署
2018-01-16
49
0
0
计算机