Closed SherryLang closed 7 years ago
step-by-step教程:Spring Boot 菜鸟教程 1 HelloWorld
<profiles> <profile> <id>develop</id> <repositories> <repository> <id>镜像路径id</id> <name>镜像路径名称</name> <url>http://你的镜像路径</url> ... </repository> </repositories> </profile> </profiles>
(2)在pom.xml中导入依赖包
<dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependencies/>
SpringBoot构建项目
step-by-step教程:Spring Boot 菜鸟教程 1 HelloWorld
(2)在pom.xml中导入依赖包