(2)继承springboot父项目,引入web,test相关依赖
com.tjcu
handwork_SpringBoot
1.0-SNAPSHOT
war
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
org.springframework.boot
spring-boot-starter-parent
2.2.5.RELEASE
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-test
test
10、创建application.properties文件
项目中src/main/resources/application.yml