添加甲骨文数据源
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -49,6 +49,7 @@
|
||||
<aliyun.sms.version>2.0.23</aliyun.sms.version>
|
||||
<tencent.sms.version>3.1.687</tencent.sms.version>
|
||||
<commons.collections.version>3.2.2</commons.collections.version>
|
||||
<oracle.jdbc.version>23.4.0.24.05</oracle.jdbc.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
@@ -173,6 +174,12 @@
|
||||
<version>${dynamic-ds.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc8</artifactId>
|
||||
<version>${oracle.jdbc.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user