liusheng
2024-11-29 8d913e5594f45ca2a4ce656ea9feb99ffe715913
ruoyi-admin/src/main/resources/application.yml
@@ -1,7 +1,7 @@
# 项目相关配置
ruoyi:
  # 名称
  name: RuoYi
  name: lihu
  # 版本
  version: 3.8.5
  # 版权年份
@@ -18,7 +18,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8089
  port: 8095
  servlet:
    # 应用的访问路径
    context-path: /
@@ -71,14 +71,14 @@
      enabled: true
  # redis 配置
  redis:
    # 地址
#    host: 127.0.0.1
    # 端口,默认为6379
#    port: 6379
#    # 地址
    host: 116.62.18.175
#    # 端口,默认为6379
    #    # 地址(义乌二院)
    host: 127.0.0.1
    port: 6020
    # 地址(公司)
    #    host: 116.62.18.175
#    host: 192.168.1.10
#    port: 6020
    # 数据库索引
    database: 0
    # 密码
@@ -95,7 +95,6 @@
        max-active: 8
        # #连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: -1ms
# minio文件管理连接
minio:
  endpoint: http://192.168.1.4
@@ -112,7 +111,7 @@
  # 令牌密钥
  secret: abcdefghijklmnopqrstuvwxyz
  # 令牌有效期(默认30分钟)
  expireTime: 30
  expireTime: 120
# MyBatis配置
mybatis:
@@ -122,6 +121,8 @@
  mapperLocations: classpath*:mapper/**/*Mapper.xml
  # 加载全局的配置文件
  configLocation: classpath:mybatis/mybatis-config.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# PageHelper分页插件
pagehelper: