Selaa lähdekoodia

解决服务器sql报错问题

yewc 1 vuosi sitten
vanhempi
commit
26eebdbe04
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      zjugis-business/pom.xml

+ 5 - 1
zjugis-business/pom.xml

@@ -104,7 +104,11 @@
 			<artifactId>spring-boot-starter-test</artifactId>
 			<scope>test</scope>
 		</dependency>
-
+        <dependency>
+            <groupId>com.github.jsqlparser</groupId>
+            <artifactId>jsqlparser</artifactId>
+            <version>4.2</version>
+        </dependency>
 
     </dependencies>