spring: profiles: active: dev #mybatis配置 mybatis-plus: configuration: jdbc-type-for-null: 'null' log-impl: org.apache.ibatis.logging.stdout.StdOutImpl global-config: banner: false db-config: id-type: ASSIGN_ID logic-delete-field: DELETE_FLAG logic-delete-value: DELETED logic-not-delete-value: NOT_DELETE enable-sql-runner: true mapper-locations: classpath*:vip/xiaonuo/**/mapping/*.xml type-handlers-package: vip.xiaonuo.common.handler easy-trans: is-enable-cloud: false is-enable-global: true is-enable-redis: true is-enable-tile: true knife4j: basic: enable: true password: 123456 username: admin enable: true production: false setting: enableFooter: false enableFooterCustom: true enableOpenApi: false enableSwaggerModels: false footerCustomContent: Apache License 2.0 | Copyright 2020-2024[SNOWY](https://www.xiaonuo.vip) sa-token: active-timeout: -1 alone-redis: database: 2 host: ${spring.data.redis.host} lettuce: pool: max-active: ${spring.data.redis.lettuce.pool.max-active} max-idle: ${spring.data.redis.lettuce.pool.max-idle} max-wait: ${spring.data.redis.lettuce.pool.max-wait} min-idle: ${spring.data.redis.lettuce.pool.min-idle} password: ${spring.data.redis.password} port: ${spring.data.redis.port} timeout: ${spring.data.redis.timeout} is-concurrent: true is-log: false is-print: false is-share: false max-login-count: -1 timeout: 2592000 token-name: token token-style: random-32 springdoc: default-flat-param-object: true group-configs: - display-name: ${springdoc.group-configs[0].group} group: SNOWY-PLUGIN-AUTH packages-to-scan: vip.xiaonuo.auth - display-name: ${springdoc.group-configs[1].group} group: SNOWY-PLUGIN-BIZ packages-to-scan: vip.xiaonuo.biz - display-name: ${springdoc.group-configs[2].group} group: SNOWY-PLUGIN-CLIENT packages-to-scan: vip.xiaonuo.client - display-name: ${springdoc.group-configs[3].group} group: SNOWY-PLUGIN-DEV packages-to-scan: vip.xiaonuo.dev - display-name: ${springdoc.group-configs[4].group} group: SNOWY-PLUGIN-GEN packages-to-scan: vip.xiaonuo.gen - display-name: ${springdoc.group-configs[5].group} group: SNOWY-PLUGIN-MOBILE packages-to-scan: vip.xiaonuo.mobile - display-name: ${springdoc.group-configs[6].group} group: SNOWY-PLUGIN-SYS packages-to-scan: vip.xiaonuo.sys snowy: config: common: backend-url: http://localhost:18070 front-url: http://localhost:18065