初学spring boot 一

建立maven项目,在prom.xml中导入依赖

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
</parent>

<!-- Add typical dependencies for a web application -->
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>

继续更新中
posted @ 2018-11-15 16:51  含苞待放会有时  阅读(117)  评论(0编辑  收藏  举报