Files
my_site/backend/src/main/resources/application-dev.yml
2026-03-14 11:03:07 +08:00

18 lines
327 B
YAML

spring:
datasource:
url: jdbc:h2:file:./data/yoyuzh_portal_dev;MODE=MySQL;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1
username: sa
password:
driver-class-name: org.h2.Driver
jpa:
hibernate:
ddl-auto: update
h2:
console:
enabled: true
path: /h2-console
app:
cqu:
mock-enabled: true