文章分类 -  spring boot

spring boot
摘要:参考:http://www.fengyunxiao.cn springboot的jpa,查询到一个对象后使用jackson对对象进行转换时,报了以下错误: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serial 阅读全文
posted @ 2018-08-04 22:04 亦寒2017 阅读(234) 评论(1) 推荐(0)
摘要:参考:http://www.fengyunxiao.cn 1. pom.xml 中添加依赖 2. 在resources目录下添加 infor.properties 配置文件 3. 添加 javabean,使用注解@ConfigurationProperties配置前缀,使用注解@PropertySo 阅读全文
posted @ 2018-08-04 17:27 亦寒2017 阅读(255) 评论(1) 推荐(0)
摘要:参考:http://www.fengyunxiao.cn 1. 新建package和HelloController 2. 编写Rest风格的HelloController代码,@RestController注解的作用:代替@Controller和@ResponseBody两个注解。默认返回 json 阅读全文
posted @ 2018-08-04 09:20 亦寒2017 阅读(609) 评论(1) 推荐(0)