(improvement)(semantic) Metric homepage download supports choosing whether to transform (#477)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-12-06 18:02:20 +08:00
committed by GitHub
parent ed0f856438
commit 9679169e6f
11 changed files with 172 additions and 105 deletions

View File

@@ -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