29 lines
558 B
YAML
29 lines
558 B
YAML
server:
|
|
port: 8080
|
|
|
|
spring:
|
|
datasource:
|
|
url: jdbc:mysql://localhost:3306/nursing_home?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
|
username: root
|
|
password: root
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 10MB
|
|
max-request-size: 20MB
|
|
|
|
mybatis:
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
|
|
sa-token:
|
|
token-name: satoken
|
|
timeout: 86400
|
|
activity-timeout: -1
|
|
is-concurrent: true
|
|
is-share: true
|
|
token-style: uuid
|
|
|
|
app:
|
|
upload-dir: uploads
|