mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-01 15:06:25 +08:00
15 lines
363 B
YAML
15 lines
363 B
YAML
spring:
|
|
datasource:
|
|
driver-class-name: org.h2.Driver
|
|
schema: classpath:db/schema-h2.sql
|
|
data: classpath:db/data-h2.sql
|
|
url: jdbc:h2:mem:semantic;DATABASE_TO_UPPER=false
|
|
username: root
|
|
password: semantic
|
|
h2:
|
|
console:
|
|
path: /h2-console/semantic
|
|
enabled: true
|
|
config:
|
|
import:
|
|
- classpath:langchain4j-local.yaml |