mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-21 06:04:19 +08:00
14 lines
341 B
YAML
14 lines
341 B
YAML
spring:
|
|
datasource:
|
|
driver-class-name: org.h2.Driver
|
|
url: jdbc:h2:mem:semantic;DATABASE_TO_UPPER=false
|
|
username: root
|
|
password: semantic
|
|
sql:
|
|
init:
|
|
schema-locations: classpath:db/schema-h2.sql
|
|
data-locations: classpath:db/data-h2.sql
|
|
h2:
|
|
console:
|
|
path: /h2-console/semantic
|
|
enabled: true |