[improvement][headless]Add company demo schema and data to integration test.

[improvement][headless]Clean code logic of headless translator.
This commit is contained in:
jerryjzhang
2024-11-25 21:35:13 +08:00
parent 860fd5d299
commit 91b16f95ff
8 changed files with 1193 additions and 1108 deletions

View File

@@ -6,8 +6,8 @@ spring:
password: semantic
sql:
init:
schema-locations: classpath:db/schema-h2.sql
data-locations: classpath:db/data-h2.sql
schema-locations: classpath:db/schema-h2.sql,classpath:db/schema-h2-demo.sql
data-locations: classpath:db/data-h2.sql,classpath:db/data-h2-demo.sql
h2:
console:
path: /h2-console/semantic