springboot(二) helloworld

参考springboot 官网,执行编写 hello word 首先新建一个maven 工程 pom.xml <groupId>com.hz</groupId> <artifactId>spring-boot-01-helloword</artifactId> <version>1.0-SNAPSHOT</version> <!--dependecy springboot ,详细可以继续点击 s
相关文章
相关标签/搜索