File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
api-boot-sample-integration
api-boot-sample-mybatis-enhance-codegen
api-boot-sample-mybatis-pageable
api-boot-sample-security-oauth-jwt/src/main/resources Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 88 username : root
99 password : 123456
1010 profiles :
11- active : memory
11+ active : memory
12+
13+ server :
14+ port : 9091
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments