(improvement)(config) Remove the supersonic-env configuration file and use the llm-config.yaml file uniformly. (#1238)

This commit is contained in:
lexluo09
2024-06-27 14:27:46 +08:00
committed by GitHub
parent ff20ae4006
commit 90f7a79380
10 changed files with 42 additions and 81 deletions

View File

@@ -3,5 +3,8 @@ spring:
active: local
application:
name: chat
config:
import:
- classpath:llm-config.yaml
mybatis:
mapper-locations=classpath:mappers/custom/*.xml,classpath*:/mappers/*.xml
mapper-locations=classpath:mappers/custom/*.xml,classpath*:/mappers/*.xml