【update】 修改数据源为oracle数据库,调整system代码,部分sql兼容oracle数据库,已测试系统管理菜单下所有功能

This commit is contained in:
pareChen
2021-06-01 01:10:34 +08:00
parent f3aaa7ea7a
commit 37568f26a4
37 changed files with 406 additions and 307 deletions

View File

@@ -30,6 +30,14 @@
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!--oracle驱动-->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
</dependency>
<!-- 核心模块-->
<dependency>
<groupId>com.ruoyi</groupId>

View File

@@ -146,6 +146,7 @@ mybatis-plus:
localCacheScope: SESSION
# 开启Mybatis二级缓存默认为 true
cacheEnabled: true
jdbc-type-for-null: 'null'
global-config:
# 是否打印 Logo banner
banner: true