(improvement)(semantic) Supply and compatible with mysql demo data (#464)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-12-02 23:17:27 +08:00
committed by GitHub
parent c98d15059b
commit 4280aad0a7
9 changed files with 1394 additions and 84 deletions

View File

@@ -4,8 +4,6 @@ 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
@@ -14,6 +12,9 @@ spring:
username: root
password: semantic
demo:
enabled: true
server:
port: 9080