|
|
|
@ -54,12 +54,12 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
|
<artifactId>jfinal</artifactId>
|
|
|
|
|
<version>5.0.8</version>
|
|
|
|
|
<version>5.1.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
|
<artifactId>jfinal-undertow</artifactId>
|
|
|
|
|
<version>3.3</version>
|
|
|
|
|
<version>3.5</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -136,8 +136,6 @@
|
|
|
|
|
<version>2.0.20</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--引用poi-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
@ -251,18 +249,12 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.opengauss/opengauss-jdbc -->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.opengauss</groupId>-->
|
|
|
|
|
<!-- <artifactId>opengauss-jdbc</artifactId>-->
|
|
|
|
|
<!-- <version>5.0.0</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
<version>42.6.0</version>
|
|
|
|
|
<groupId>org.opengauss</groupId>
|
|
|
|
|
<artifactId>opengauss-jdbc</artifactId>
|
|
|
|
|
<version>5.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--引入钉钉SDK-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
|