(improvement)(config) Split the application-local.yml file based on functionality. (#1250)

This commit is contained in:
lexluo09
2024-06-27 16:56:16 +08:00
committed by GitHub
parent 8b88528938
commit bbd61ac937
23 changed files with 162 additions and 163 deletions

View File

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