add
This commit is contained in:
8
pom.xml
8
pom.xml
@ -43,6 +43,8 @@
|
||||
<mysql-connector.version>8.0.33</mysql-connector.version>
|
||||
<!-- PgSql -->
|
||||
<pgsql.version>42.6.0</pgsql.version>
|
||||
<!-- Oracle 11g -->
|
||||
<oracle.version>11.2.0.4</oracle.version>
|
||||
<!-- mybatis -->
|
||||
<mybatisplus-spring-boot.version>3.5.3.1</mybatisplus-spring-boot.version>
|
||||
<!-- easy poi -->
|
||||
@ -101,6 +103,12 @@
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>${pgsql.version}</version>
|
||||
</dependency>
|
||||
<!-- Oracle 11g -->
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>${oracle.version}</version>
|
||||
</dependency>
|
||||
<!-- mybatis plus -->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
|
@ -30,7 +30,6 @@
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>11.2.0.4</version>
|
||||
</dependency>
|
||||
<!-- mybatis plus -->
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user