mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-28 11:54:20 +08:00
@@ -6,11 +6,13 @@ spring:
|
||||
enabled: true
|
||||
datasource:
|
||||
driver-class-name: org.h2.Driver
|
||||
schema: classpath:db/chat-schema-h2.sql
|
||||
data: classpath:db/chat-data-h2.sql
|
||||
url: jdbc:h2:mem:chat;DATABASE_TO_UPPER=false
|
||||
username: root
|
||||
password: chat
|
||||
sql:
|
||||
init:
|
||||
schema-locations: classpath:db/chat-schema-h2.sql
|
||||
data-locations: classpath:db/chat-data-h2.sql
|
||||
|
||||
server:
|
||||
port: 9082
|
||||
|
||||
@@ -2,4 +2,9 @@ spring:
|
||||
profiles:
|
||||
active: local
|
||||
application:
|
||||
name: chat
|
||||
name: chat
|
||||
main:
|
||||
allow-circular-references: true
|
||||
mvc:
|
||||
pathmatch:
|
||||
matching-strategy: ANT_PATH_MATCHER
|
||||
Reference in New Issue
Block a user