摘要: 1.什么是spring boot 2.springboot的很多默认编码方式都是utf-8,真是福利啊。 3.spring boot如何启动和访问和MocMvc测试 4.开发环境的调试热启动 5.application.properties使用 6.@Value注解注入@Value("#{}")和@ 阅读全文
posted @ 2019-06-29 17:05 Rooker 阅读(562) 评论(0) 推荐(0)
摘要: 1.官方下载 sts是spring官方在eclipse基础上加了很多插件之后封装的开发工具。sts与eclipse完全一样,但是多了很多插件,比如maven,使用起来更加方便。如果使用eclipse自行安装maven插件会很麻烦,推荐以后都使用sts。sts各版本官方下载地址:https://spr 阅读全文
posted @ 2019-06-29 14:33 Rooker 阅读(1529) 评论(0) 推荐(0)
摘要: 参考 https://www.cnblogs.com/lukelook/p/10894481.html https://blog.csdn.net/tophawk/article/details/78704074 https://www.cnblogs.com/lipeineng/p/8358601 阅读全文
posted @ 2019-06-29 08:12 Rooker 阅读(1139) 评论(0) 推荐(1)