zqy
2 天以前 5418ea7855d16dcc0169d5ed554f7a23c4b55532
ruoyi-admin/src/main/resources/application.yml
@@ -59,13 +59,13 @@
spring:
  #es配置
  elasticsearch:
    host: 47.93.189.255
    host: localhost
    port: 8087
  # 资源信息
  messages:
    # 国际化资源文件路径
    basename: i18n/messages
  profiles:
  profiles:
    active: druid
  # 文件上传
  servlet:
@@ -120,6 +120,10 @@
      mail.smtp.ssl.trust: smtp.qq.com
      mail.smtp.ssl.protocols: TLSv1.2
    default-encoding: UTF-8
    # 特定模块的缓存过期时间
    cache:
      cache-names:
        economy_search: 1800       # economy_search缓存1小时
# token配置
token:
@@ -129,7 +133,7 @@
    secret: abcdefghijklmnopqrstuvwxyz
    # 令牌有效期(默认30分钟)
    expireTime: 100
# MyBatis配置
mybatis-plus:
    # 搜索指定包别名
@@ -140,7 +144,7 @@
#    configLocation: classpath:mybatis/mybatis-config.xml
# PageHelper分页插件
pagehelper:
pagehelper:
  helperDialect: mysql
  supportMethodsArguments: true
  params: count=countSql