mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-23 15:44:19 +08:00
[improvement][headless]Add company demo schema and data to integration test.
[improvement][headless]Clean code logic of headless translator.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user