11.2. 添加classpath依赖
$ mvn dependency:tree
[INFO] com.example:myproject:jar:0.0.1-SNAPSHOT<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>Last updated
Was this helpful?