修改成个人的配置
This commit is contained in:
parent
c6e82e54cd
commit
cc2f3d12c9
6
pom.xml
6
pom.xml
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>ruoyi</artifactId>
|
||||
<artifactId>RuoYi-Vue-Oracle</artifactId>
|
||||
<version>3.8.9</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<poi.version>4.1.2</poi.version>
|
||||
<oshi.version>6.6.5</oshi.version>
|
||||
<velocity.version>2.3</velocity.version>
|
||||
<oracle.version>12.2.0.1</oracle.version>
|
||||
<oracle.version>19.3.0.0</oracle.version>
|
||||
<!-- override dependency version -->
|
||||
<tomcat.version>9.0.98</tomcat.version>
|
||||
<logback.version>1.2.13</logback.version>
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
<!-- oracle驱动-->
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<groupId>com.oracle.ojdbc</groupId>
|
||||
<artifactId>ojdbc8</artifactId>
|
||||
<version>${oracle.version}</version>
|
||||
</dependency>
|
||||
|
@ -6,9 +6,9 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:oracle:thin:@127.0.0.1:1521/orcl
|
||||
username: root
|
||||
password: password
|
||||
url: jdbc:oracle:thin:@192.168.188.2:1521/xe
|
||||
username: ruoyi
|
||||
password: ruoyi
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
|
@ -68,13 +68,13 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: localhost
|
||||
host: 192.168.188.2
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 0
|
||||
database: 15
|
||||
# 密码
|
||||
password:
|
||||
password: huangge1199
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
@ -20,5 +20,5 @@ Spring Boot Version: ${spring-boot.version}
|
||||
// ========`-.____`-.___\_____/___.-`____.-'======== //
|
||||
// `=---=' //
|
||||
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
|
||||
// 佛祖保佑 永不宕机 永无BUG //
|
||||
// 佛祖保佑 永不宕机 永无BUG //
|
||||
////////////////////////////////////////////////////////////////////
|
Loading…
Reference in New Issue
Block a user