liusheng
2024-07-04 a5e17e09ce2426ceca8362248bb5e46605bd35d6
ruoyi-admin/src/main/resources/application.yml
@@ -71,13 +71,13 @@
      enabled: true
  # redis 配置
  redis:
    # 地址
#    host: 127.0.0.1
    # 端口,默认为6379
#    port: 6379
#    # 地址
    #    # 地址(义乌二院)
    #    host: 127.0.0.1
    #    port: 6020
    # 地址(公司)
    host: 116.62.18.175
#    # 端口,默认为6379
    port: 6020
    # 数据库索引
    database: 0
@@ -122,6 +122,8 @@
  mapperLocations: classpath*:mapper/**/*Mapper.xml
  # 加载全局的配置文件
  configLocation: classpath:mybatis/mybatis-config.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# PageHelper分页插件
pagehelper: