mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-20 06:34:55 +00:00
@@ -14,8 +14,10 @@ spring:
|
||||
url: jdbc:h2:mem:semantic;DATABASE_TO_UPPER=false
|
||||
username: root
|
||||
password: semantic
|
||||
schema: classpath:db/semantic-schema-h2.sql
|
||||
data: classpath:db/semantic-data-h2.sql
|
||||
sql:
|
||||
init:
|
||||
schema-locations: classpath:db/semantic-schema-h2.sql
|
||||
data-locations: classpath:db/semantic-data-h2.sql
|
||||
|
||||
authentication:
|
||||
enable: true
|
||||
|
||||
@@ -2,4 +2,9 @@ spring:
|
||||
profiles:
|
||||
active: local
|
||||
application:
|
||||
name: headless
|
||||
name: headless
|
||||
main:
|
||||
allow-circular-references: true
|
||||
mvc:
|
||||
pathmatch:
|
||||
matching-strategy: ANT_PATH_MATCHER
|
||||
Reference in New Issue
Block a user