Browse Source

spring 版本升级

4.1.3.A
jueyue 6 years ago
parent
commit
6e738fb434
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      pom.xml

+ 8
- 0
pom.xml View File

@@ -46,6 +46,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring-boot.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>${spring-boot.version}</version>
<scope>compile</scope>
</dependency>
<!-- @ConfigurationProperties annotation processing (metadata for IDEs) -->
<dependency>
@@ -53,6 +60,7 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring-boot.version}</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>
</dependencies>



Loading…
Cancel
Save