We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0028a4 commit 0d24c8bCopy full SHA for 0d24c8b
api-boot-samples/api-boot-sample-logging/pom.xml
@@ -76,6 +76,7 @@
76
<plugin>
77
<groupId>org.springframework.boot</groupId>
78
<artifactId>spring-boot-maven-plugin</artifactId>
79
+ <version>${spring-boot.version}</version>
80
<configuration>
81
<jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
82
</configuration>
api-boot-samples/pom.xml
@@ -18,7 +18,7 @@
18
<!--Samples所使用的ApiBoot版本-->
19
<api-boot.version>${project.version}</api-boot.version>
20
<!--Samples所使用的SpringBoot版本-->
21
- <spring-boot.version>2.3.1.RELEASE</spring-boot.version>
+ <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
22
</properties>
23
<artifactId>api-boot-samples</artifactId>
24
<packaging>pom</packaging>
0 commit comments