diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 03a03c1d..f677727e 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -137,10 +137,15 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver # 多数据源配置 ora: - url: jdbc:oracle:thin:@82.157.234.81:1521:configuratio + url: jdbc:oracle:thin:@82.157.234.81:1521:orcl username: configuration password: 123456 driver-class-name: oracle.jdbc.OracleDriver + ori: + url: jdbc:oracle:thin:@82.157.234.81:1521:orcl + username: original + password: 123456 + driver-class-name: oracle.jdbc.OracleDriver #redis 配置 redis: database: 0