欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Spring Boot MAVEN

程序员文章站 2022-04-23 11:57:17
...
		<!-- Spring Boot -->
			 <dependency>
			    <groupId>org.springframework.boot</groupId>
			    <artifactId>spring-boot-starter-web</artifactId>
			    <version>2.0.4.RELEASE</version>
			</dependency>
			
			<!-- Spring Boot test -->
			<dependency>
			    <groupId>org.springframework.boot</groupId>
			    <artifactId>spring-boot-starter-test</artifactId>
			    <version>2.0.4.RELEASE</version>
			    <scope>test</scope>
			</dependency>