liusheng
2023-10-13 b1bd4cbd01cb8d7616de0b3c321439985a149e5e
ruoyi-admin/src/main/resources/application.yml
@@ -18,7 +18,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8080
  port: 8181
  servlet:
    # 应用的访问路径
    context-path: /
@@ -70,8 +70,12 @@
  # redis 配置
  redis:
    # 地址
    host: 116.62.18.175
    host: 127.0.0.1
    # 端口,默认为6379
#    port: 6379
#    # 地址
#    host: 116.62.18.175
#    # 端口,默认为6379
    port: 6020
    # 数据库索引
    database: 0