mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(semantic) Metric homepage download supports choosing whether to transform (#477)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -4,8 +4,6 @@ spring:
|
||||
path: /h2-console/chat
|
||||
# enabled web
|
||||
enabled: true
|
||||
demo:
|
||||
enabled: true
|
||||
datasource:
|
||||
driver-class-name: org.h2.Driver
|
||||
schema: classpath:db/schema-h2.sql
|
||||
@@ -14,6 +12,9 @@ spring:
|
||||
username: root
|
||||
password: semantic
|
||||
|
||||
demo:
|
||||
enabled: true
|
||||
|
||||
server:
|
||||
port: 9080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user