摘要: application.properties: application-dev.properties: application-test.properties: application-prod.properties: TestProperties: PropertiesController: 启动 阅读全文
posted @ 2017-02-09 17:43 艺言弈行 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 第一个springboot程序 新建maven项目,添加如下依赖: 新建项目启动类: 新建restful接口类: 然后启动MainApp,浏览器中访问:http://localhost:8080/index,得到响应: 第一个springboot HelloWorld程序就完成了。 阅读全文
posted @ 2017-02-09 16:21 艺言弈行 阅读(328) 评论(0) 推荐(0) 编辑