Skip to content

Commit 5eba9e8

Browse files
调整格式
1 parent 4fc8ae6 commit 5eba9e8

File tree

1 file changed

+13
-8
lines changed
  • APIJSONDemo-MultiDataSource-Elasticsearch

1 file changed

+13
-8
lines changed

APIJSONDemo-MultiDataSource-Elasticsearch/pom.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<commons.codec.version>1.10</commons.codec.version>
3434
<commons-collections4.version>4.4</commons-collections4.version>
3535
<commons.configuration.version>1.10</commons.configuration.version>
36+
<apijson.version>5.5.0</apijson.version>
37+
<mysql.version>8.0.31</mysql.version>
38+
<spring-context-support.version>5.3.18</spring-context-support.version>
39+
<spring-boot-configuration-processor.version>2.6.6</spring-boot-configuration-processor.version>
40+
<dynamic-datasource-spring-boot-starter.version>3.5.2</dynamic-datasource-spring-boot-starter.version>
3641
<java.version>1.8</java.version>
3742
</properties>
3843

@@ -48,12 +53,12 @@
4853
<dependency>
4954
<groupId>com.github.Tencent</groupId>
5055
<artifactId>APIJSON</artifactId>
51-
<version>5.5.0</version>
56+
<version>${apijson.version}</version>
5257
</dependency>
5358
<dependency>
5459
<groupId>com.github.APIJSON</groupId>
5560
<artifactId>apijson-framework</artifactId>
56-
<version>5.5.0</version>
61+
<version>${apijson.version}</version>
5762
</dependency>
5863

5964
<!-- 需要用的数据库 JDBC 驱动 -->
@@ -68,12 +73,12 @@
6873
<dependency>
6974
<groupId>org.springframework</groupId>
7075
<artifactId>spring-context-support</artifactId>
71-
<version>5.3.18</version>
76+
<version>${spring-context-support.version}</version>
7277
</dependency>
7378
<dependency>
7479
<groupId>org.springframework.boot</groupId>
7580
<artifactId>spring-boot-configuration-processor</artifactId>
76-
<version>2.6.6</version>
81+
<version>${spring-boot-configuration-processor.version}</version>
7782
<optional>true</optional>
7883
</dependency>
7984
<dependency>
@@ -84,7 +89,7 @@
8489
<dependency>
8590
<groupId>com.baomidou</groupId>
8691
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
87-
<version>3.5.2</version>
92+
<version>${dynamic-datasource-spring-boot-starter.version}</version>
8893
</dependency>
8994
<dependency>
9095
<groupId>com.baomidou</groupId>
@@ -110,7 +115,7 @@
110115
<dependency>
111116
<groupId>mysql</groupId>
112117
<artifactId>mysql-connector-java</artifactId>
113-
<version>8.0.31</version>
118+
<version>${mysql.version}</version>
114119
</dependency>
115120
<dependency>
116121
<groupId>org.elasticsearch.client</groupId>
@@ -136,12 +141,12 @@
136141
<dependency>
137142
<groupId>org.elasticsearch.plugin</groupId>
138143
<artifactId>reindex-client</artifactId>
139-
<version>7.17.5</version>
144+
<version>${elasticsearch.version}</version>
140145
</dependency>
141146
<dependency>
142147
<groupId>org.elasticsearch.plugin</groupId>
143148
<artifactId>parent-join-client</artifactId>
144-
<version>7.17.5</version>
149+
<version>${elasticsearch.version}</version>
145150
</dependency>
146151
<dependency>
147152
<groupId>com.alibaba</groupId>

0 commit comments

Comments
 (0)