diff --git a/bonus-business/src/main/resources/application.yml b/bonus-business/src/main/resources/application.yml index fe961cb..f6bb284 100644 --- a/bonus-business/src/main/resources/application.yml +++ b/bonus-business/src/main/resources/application.yml @@ -16,7 +16,7 @@ ruoyi: # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 - port: 58080 + port: 58062 servlet: # 应用的访问路径 context-path: / @@ -64,17 +64,17 @@ spring: devtools: restart: # 热部署开关 - enabled: true + enabled: false # redis 配置 redis: # 地址 - host: localhost + host: 192.168.0.14 # 端口,默认为6379 - port: 6379 + port: 2004 # 数据库索引 - database: 0 + database: 6 # 密码 - password: + password: Plzbns@Redis123! # 连接超时时间 timeout: 10s lettuce: