- 设置网络
2、设置maven
3、new -->Spring Starter Project
Service Url :https://start.aliyun.com/
4、
5、
6、修改pom
7、手工引入不能下载的jar包
12.2.0.1 - JDBC and UCP Download Page
8、学习springboot中遇到在controller层中不能使用@RestController注解
解决方案:
在pom.xml文档中缺少以下依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
删掉数据仓库重新更新