
Spring
Jaylin_
学生
展开
-
SpringBoot热部署配置
添加以下依赖到pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional></dependency>修改源码文件后,重新编译类文件,将会自动更新c原创 2017-03-03 12:23:51 · 590 阅读 · 0 评论 -
SpringBoot 提交Json格式数据报错及解决方法
错误信息org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported at org.springframework.web.servlet.mvc.method.annotation原创 2017-03-04 22:16:14 · 18784 阅读 · 1 评论