
springboot
星火染星野
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring boot
敏捷开发 不需要配置文件,连web.xml都不需要配置 使用maven 就是spring boot其实不是什么新的框架,它默认配置了很多框架的使用方式,就像maven整合了所有的jar包,spring boot整合了所有的框架 使用spring boot的好处 : 可以省去很多文件配置 例如以下文件: · 1)配置web.xml,加载spring和spring原创 2018-01-29 10:21:46 · 181 阅读 · 0 评论 -
springboot小知识
有道云笔记链接 :http://note.youdao.com/noteshare?id=3c853cbdd3ed9c9ba5694dd44c6cea77 pom.xml文件 : http://note.youdao.com/noteshare?id=7bf87f028b414e7798c2128242f0439a 如何做单元测试 (spring test + juni原创 2018-01-30 11:36:38 · 258 阅读 · 0 评论