Skip to content

Commit 277a0df

Browse files
committed
⬆️ 升级sample所使用的ApiBoot版本
1 parent 38729f4 commit 277a0df

File tree

5 files changed

+13
-11
lines changed
  • api-boot-samples
    • api-boot-sample-integration
    • api-boot-sample-mybatis-enhance-codegen
    • api-boot-sample-mybatis-pageable
    • api-boot-sample-security-oauth-jwt/src/main/resources
    • api-boot-sample-swagger

5 files changed

+13
-11
lines changed

api-boot-samples/api-boot-sample-integration/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<properties>
2929
<java.version>1.8</java.version>
30-
<api.boot.version>2.2.2.RELEASE</api.boot.version>
3130
</properties>
3231
<artifactId>api-boot-sample-integration</artifactId>
3332
<description>
@@ -135,12 +134,12 @@
135134
<plugin>
136135
<groupId>org.springframework.boot</groupId>
137136
<artifactId>spring-boot-maven-plugin</artifactId>
138-
<version>2.2.2.RELEASE</version>
137+
<version>${spring-boot.version}</version>
139138
</plugin>
140139
<plugin>
141140
<groupId>org.minbox.framework</groupId>
142141
<artifactId>api-boot-mybatis-enhance-maven-codegen</artifactId>
143-
<version>2.1.5.RELEASE</version>
142+
<version>${api-boot.version}</version>
144143
<dependencies>
145144
<!--数据驱动依赖-->
146145
<dependency>
@@ -175,7 +174,7 @@
175174
<dependency>
176175
<groupId>org.minbox.framework</groupId>
177176
<artifactId>api-boot-dependencies</artifactId>
178-
<version>${api.boot.version}</version>
177+
<version>${api-boot.version}</version>
179178
<scope>import</scope>
180179
<type>pom</type>
181180
</dependency>

api-boot-samples/api-boot-sample-mybatis-enhance-codegen/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.minbox.framework</groupId>
5656
<artifactId>api-boot-dependencies</artifactId>
57-
<version>2.2.2.RELEASE</version>
57+
<version>${api-boot.version}</version>
5858
<scope>import</scope>
5959
<type>pom</type>
6060
</dependency>
@@ -65,12 +65,12 @@
6565
<plugin>
6666
<groupId>org.springframework.boot</groupId>
6767
<artifactId>spring-boot-maven-plugin</artifactId>
68-
<version>2.1.7.RELEASE</version>
68+
<version>${spring-boot.version}</version>
6969
</plugin>
7070
<plugin>
7171
<groupId>org.minbox.framework</groupId>
7272
<artifactId>api-boot-mybatis-enhance-maven-codegen</artifactId>
73-
<version>2.1.5.RELEASE</version>
73+
<version>${api-boot.version}</version>
7474
<dependencies>
7575
<!--数据驱动依赖-->
7676
<dependency>

api-boot-samples/api-boot-sample-mybatis-pageable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<artifactId>api-boot-dependencies</artifactId>
6363
<scope>import</scope>
6464
<type>pom</type>
65-
<version>2.2.2.RELEASE</version>
65+
<version>${api-boot.version}</version>
6666
</dependency>
6767
</dependencies>
6868
</dependencyManagement>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-maven-plugin</artifactId>
74-
<version>2.1.7.RELEASE</version>
74+
<version>${spring-boot.version}</version>
7575
</plugin>
7676
</plugins>
7777
</build>

api-boot-samples/api-boot-sample-security-oauth-jwt/src/main/resources/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ spring:
88
username: root
99
password: 123456
1010
profiles:
11-
active: memory
11+
active: memory
12+
13+
server:
14+
port: 9091

api-boot-samples/api-boot-sample-swagger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.minbox.framework</groupId>
4141
<artifactId>api-boot-dependencies</artifactId>
42-
<version>2.2.2.RELEASE</version>
42+
<version>${api-boot.version}</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>

0 commit comments

Comments
 (0)