修改成个人的配置

This commit is contained in:
huangge1199 2025-03-12 10:15:00 +08:00
parent c6e82e54cd
commit cc2f3d12c9
4 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.ruoyi</groupId> <groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId> <artifactId>RuoYi-Vue-Oracle</artifactId>
<version>3.8.9</version> <version>3.8.9</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -35,7 +35,7 @@
<poi.version>4.1.2</poi.version> <poi.version>4.1.2</poi.version>
<oshi.version>6.6.5</oshi.version> <oshi.version>6.6.5</oshi.version>
<velocity.version>2.3</velocity.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 --> <!-- override dependency version -->
<tomcat.version>9.0.98</tomcat.version> <tomcat.version>9.0.98</tomcat.version>
<logback.version>1.2.13</logback.version> <logback.version>1.2.13</logback.version>
@ -97,7 +97,7 @@
<!-- oracle驱动--> <!-- oracle驱动-->
<dependency> <dependency>
<groupId>com.oracle</groupId> <groupId>com.oracle.ojdbc</groupId>
<artifactId>ojdbc8</artifactId> <artifactId>ojdbc8</artifactId>
<version>${oracle.version}</version> <version>${oracle.version}</version>
</dependency> </dependency>

View File

@ -6,9 +6,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:oracle:thin:@127.0.0.1:1521/orcl url: jdbc:oracle:thin:@192.168.188.2:1521/xe
username: root username: ruoyi
password: password password: ruoyi
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭

View File

@ -68,13 +68,13 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: localhost host: 192.168.188.2
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引 # 数据库索引
database: 0 database: 15
# 密码 # 密码
password: password: huangge1199
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:

View File

@ -20,5 +20,5 @@ Spring Boot Version: ${spring-boot.version}
// ========`-.____`-.___\_____/___.-`____.-'======== // // ========`-.____`-.___\_____/___.-`____.-'======== //
// `=---=' // // `=---=' //
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
// 佛祖保佑 永不宕机 永无BUG // // 佛祖保佑 永不宕机 永无BUG //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////