Spring Boot 创建一个可以执行的 Jar
This commit is contained in:
parent
a00e44113b
commit
edfd53e5d5
@ -9,3 +9,4 @@
|
||||
- [Spring Boot 第一个示例程序书写代码](https://www.ossez.com/t/spring-boot-2-4/1099)
|
||||
- [Spring Boot 第一个示例的 @RestController 和 @RequestMapping 注解](https://www.ossez.com/t/spring-boot-restcontroller-requestmapping/1100)
|
||||
- [Spring Boot 第一个示例的 @EnableAutoConfiguration 注解](https://www.ossez.com/t/spring-boot-enableautoconfiguration/1101)
|
||||
- [Spring Boot 第一个示例创建一个可以执行的 Jar](https://www.ossez.com/t/spring-boot-jar/1111)
|
||||
|
@ -20,6 +20,15 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<description/>
|
||||
<developers>
|
||||
<developer/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user