搭建自己的第一個SpringBoot程序

1、新建一個maven工程springbootfirst   2、 如果要想開發 SpringBoot 程序只需要按照官方給出的要求配置一個父 pom (spring-boot-starter-parent)和添加web開發的支持(spring-boot-starter-web)即可。 3、 編寫一個具體的程序SampleController.java 4.啓動SampleController.j
相關文章
相關標籤/搜索