[improvement](config) Add a switch to load the demo and update schema-mysql.sql

This commit is contained in:
LXW
2023-09-08 17:00:18 +08:00
committed by GitHub
parent 90f6a20516
commit 71d9f9c9e9
3 changed files with 372 additions and 318 deletions

View File

@@ -4,6 +4,8 @@ spring:
path: /h2-console/semantic
# enabled web
enabled: true
demo:
enabled: true
datasource:
driver-class-name: org.h2.Driver
schema: classpath:db/schema-h2.sql