yys
maven
2 天以前 a2d8705903ec73b585eaca24f013e081929db953
ruoyi-admin/src/main/resources/application.yml.example
@@ -16,7 +16,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8081
  port: 7016
  servlet:
    # 应用的访问路径
    context-path: /
@@ -65,34 +65,13 @@
    restart:
      # 热部署开关
      enabled: false
  data:
    # redis 配置
    redis:
      # 地址
      host: lunor.cn
      # 端口,默认为6379
      port: 6380
      # 数据库索引
      database: 0
      # 密码
      password: 123456
      # 连接超时时间
      timeout: 10s
      lettuce:
        pool:
          # 连接池中的最小空闲连接
          min-idle: 0
          # 连接池中的最大空闲连接
          max-idle: 8
          # 连接池的最大数据库连接数
          max-active: 8
          # #连接池最大阻塞等待时间(使用负值表示没有限制)
          max-wait: -1ms
  flyway:
    enabled: true
    enabled: false
    baseline-on-migrate: true
    baseline-version: 20230720000000
    clean-disabled: true
    out-of-order: true
    #指定sql文件路径
    locations:
      - classpath:db/migration/postgresql
@@ -121,9 +100,25 @@
  supportMethodsArguments: true
  params: count=countSql
knife4j:
  enable: true
  setting:
    language: zh_cn
aixin:
  swagger:
    title: fk开发平台
    description: 提供管理后台、用户 App 的所有功能
    version: ${ruoyi.version}
    url: xxxx
    email: qq.com
    license: xxx
    license-url: xxx
# Springdoc配置
springdoc:
  api-docs:
    enabled: true
    path: /v3/api-docs
  swagger-ui:
    enabled: true