您的位置:首页 > 编程语言 > Java开发

【SpringBoot】SpringBoot 入门示例

2016-12-15 15:15 477 查看
参考资料:
http://www.tuicool.com/articles/mqeee2A http://www.cnblogs.com/suncj/p/4065589.html http://spring.io/guides/gs/spring-boot/
mvn spring-boot:run

深入:
http://www.cnblogs.com/skyblog/p/5127690.html http://git.oschina.net/zhou666/spring-cloud-7simple/blob/master/cloud-config-repo/simple-service-dev.properties?dir=0&filepath=cloud-config-repo%2Fsimple-service-dev.properties&oid=6e34f7ff80be6a7adf343fc91c1e3de80e6f7f3d&sha=fc8d3c12379cc3e8259faf780bbfeeca87a2a358 http://www.cnblogs.com/skyblog/p/5127712.html http://www.cnblogs.com/skyblog/p/5073843.html#3574398 http://www.cnblogs.com/skyblog/category/774535.html https://www.gitbook.com/book/qbgbook/spring-boot-reference-guide-zh/details https://github.com/qibaoguang/Spring-Boot-Reference-Guide/blob/master/SUMMARY.md https://github.com/qibaoguang/Spring-Boot-Reference-Guide/blob/master/II.%20Getting%20started/10.1.1.%20Maven%20installation.md http://www.infoq.com/cn/articles/microframeworks1-spring-boot https://www.douban.com/group/topic/89040569/?type=rec http://edu.51cto.com/course/course_id-6558.html?edu_recommend_adid=87 http://www.roncoo.com/course/view/c99516ea604d4053908c1768d6deee3d#boxTwo http://somefuture.iteye.com/category/347328 http://www.csdn.net/article/a/2016-05-12/15838098 http://jinnianshilongnian.iteye.com/blog/1997192 http://www.cnblogs.com/liangblog/p/5207855.html http://projects.spring.io/spring-boot/ http://www.infoq.com/cn/articles/microframeworks1-spring-boot/ http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-first-application http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-system-requirements http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/ https://github.com/spring-projects/spring-boot http://bbs.lampbrother.net/read-htm-tid-181729.html
待看--包括视频教程:
http://www.cnblogs.com/skyblog/p/5127690.html http://www.cnblogs.com/skyblog/p/5127712.html http://www.cnblogs.com/skyblog/p/5073843.html#3574398 http://www.cnblogs.com/skyblog/category/774535.html https://www.gitbook.com/book/qbgbook/spring-boot-reference-guide-zh/details https://github.com/qibaoguang/Spring-Boot-Reference-Guide/blob/master/SUMMARY.md https://github.com/qibaoguang/Spring-Boot-Reference-Guide/blob/master/II.%20Getting%20started/10.1.1.%20Maven%20installation.md http://www.infoq.com/cn/articles/microframeworks1-spring-boot https://www.douban.com/group/topic/89040569/?type=rec http://edu.51cto.com/course/course_id-6558.html?edu_recommend_adid=87 http://www.roncoo.com/course/view/c99516ea604d4053908c1768d6deee3d#boxTwo http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/ https://github.com/spring-projects/spring-boot http://bbs.lampbrother.net/read-htm-tid-181729.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: