Files
cuimengxue/backend/src/main/resources/application.yml
2026-02-09 09:51:14 -08:00

21 lines
425 B
YAML

server:
port: 8080
spring:
datasource:
url: jdbc:mysql://localhost:3306/maternal_mall?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&characterEncoding=utf8
username: root
password: qq5211314
jpa:
hibernate:
ddl-auto: update
show-sql: false
properties:
hibernate:
format_sql: true
jackson:
time-zone: Asia/Shanghai
app:
token-header: X-Token