src/main/resources/application.yml
@@ -16,7 +16,7 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 port: 8080 port: 7003 servlet: # 应用的访问路径 context-path: / @@ -34,7 +34,7 @@ # 日志配置 logging: level: com.ruoyi: debug com.ruoyi: warn org.springframework: warn # 用户配置 @@ -68,13 +68,13 @@ # redis 配置 redis: # 地址 host: localhost host: 127.0.0.1 # 端口,默认为6379 port: 6379 # 数据库索引 database: 0 # 密码 password: password: root2022! # 连接超时时间 timeout: 10s lettuce: