From 3b76858df989edd327bfb3c8fbb9544c7f16304f Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 06 七月 2020 19:57:52 +0800
Subject: [PATCH] 优化事务处理
---
java110-db/pom.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/java110-db/pom.xml b/java110-db/pom.xml
index 649ca0d..3f68755 100644
--- a/java110-db/pom.xml
+++ b/java110-db/pom.xml
@@ -15,6 +15,18 @@
<name>java110-db</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>8</source>
+ <target>8</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -58,7 +70,7 @@
</dependency>
<dependency>
<groupId>com.java110</groupId>
- <artifactId>java110-config</artifactId>
+ <artifactId>java110-interface</artifactId>
</dependency>
</dependencies>
--
Gitblit v1.8.0