liusheng
2024-12-05 78c9129e9045fafe4c2f7333b3dcafde6b20b96d
ruoyi-admin/src/main/resources/application.yml
@@ -72,13 +72,13 @@
  # redis 配置
  redis:
    #    # 地址(义乌二院)
    #    host: 127.0.0.1
    #    port: 6020
    host: 127.0.0.1
    port: 6020
    # 地址(公司)
    #    host: 116.62.18.175
    host: 192.168.1.10
    port: 6020
#    host: 192.168.1.10
#    port: 6020
    # 数据库索引
    database: 0
    # 密码
@@ -133,7 +133,7 @@
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: true
  enabled: false
  # 请求前缀
  pathMapping: /dev-api