liusheng
2024-06-19 e52b0e34fc06372aab64c30b526ec289b99c9af7
ruoyi-admin/src/main/resources/application.yml
@@ -1,7 +1,7 @@
# 项目相关配置
ruoyi:
  # 名称
  name: RuoYi
  name: lihu
  # 版本
  version: 3.8.5
  # 版权年份
@@ -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: