|
|
@@ -10,17 +10,6 @@ spring:
|
|
|
active: dev
|
|
|
jackson:
|
|
|
time-zone: GMT+8
|
|
|
- flyway:
|
|
|
- enabled: true
|
|
|
- encoding: UTF-8
|
|
|
-# 迁移脚本位置
|
|
|
- locations:
|
|
|
- - classpath:db/migration
|
|
|
- sql-migration-prefix: V
|
|
|
- sql-migration-separator: _
|
|
|
- sql-migration-suffixes: .sql
|
|
|
- validate-on-migrate: true
|
|
|
- baseline-on-migrate: true
|
|
|
|
|
|
server:
|
|
|
port: 9090
|
|
|
@@ -56,7 +45,7 @@ sa-token:
|
|
|
# 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录)
|
|
|
is-concurrent: true
|
|
|
# 在多人登录同一账号时,是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token)
|
|
|
- is-share: true
|
|
|
+ is-share: false
|
|
|
# token风格
|
|
|
token-style: simple-uuid
|
|
|
# 是否输出操作日志
|
|
|
@@ -93,6 +82,7 @@ mybatis-plus:
|
|
|
configuration:
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler
|
|
|
+ cache-enabled: false
|
|
|
type-aliases-package: com.nb.bus.entity
|
|
|
|
|
|
captcha:
|
|
|
@@ -106,7 +96,4 @@ management:
|
|
|
endpoints:
|
|
|
web:
|
|
|
exposure:
|
|
|
- include: heapdump,metrics
|
|
|
-hospital:
|
|
|
- code: 123
|
|
|
- name: 中央监护管理系统
|
|
|
+ include: heapdump,metrics
|