26 lines
582 B
YAML
26 lines
582 B
YAML
server:
|
|
port: 8080
|
|
|
|
spring:
|
|
datasource:
|
|
url: jdbc:mysql://localhost:3307/community_activity?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
|
username: root
|
|
password: qq5211314
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
jackson:
|
|
time-zone: Asia/Shanghai
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
|
|
mybatis:
|
|
mapper-locations: classpath:mapper/*.xml
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
|
|
sa-token:
|
|
token-name: satoken
|
|
timeout: 2592000
|
|
is-concurrent: true
|
|
is-share: true
|
|
token-style: uuid
|
|
active-timeout: 1800
|