liusheng
2024-06-05 01bbc8f0563b33dd5ce6d59f76c3bae9931615dd
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: