mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-25 09:14:20 +08:00
(improvement)(config) Split the application-local.yml file based on functionality. (#1250)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
active: prd
|
||||
application:
|
||||
name: chat
|
||||
config:
|
||||
import:
|
||||
- classpath:llm-config.yaml
|
||||
- classpath:s2-config.yaml
|
||||
- classpath:langchain4j-config.yaml
|
||||
mybatis:
|
||||
mapper-locations=classpath:mappers/custom/*.xml,classpath*:/mappers/*.xml
|
||||
Reference in New Issue
Block a user