Skip to content

Commit 0de80f7

Browse files
committed
Java:MultiDataSource /delegate 新增录制请求信息;解决有时因为没有指定 maven-compiler-plugin 版本导致编译报错
1 parent 4990d23 commit 0de80f7

File tree

2 files changed

+425
-72
lines changed

2 files changed

+425
-72
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-compiler-plugin</artifactId>
196+
<version>3.8.1</version>
196197
<configuration>
197198
<source>1.8</source>
198199
<target>1.8</target>

0 commit comments

Comments
 (0)