readme commit

This commit is contained in:
danmo 2024-04-07 18:28:00 +08:00
parent a43e4a9735
commit 16665732ea

View File

@ -24,6 +24,10 @@ dyjava:
- tenantId: 1 #租户名称
clientKey: #应用Key
clientSecret: #应用秘钥
#应用信息加载类,默认读取配置文件 实现IAgentConfigService接口
agentSourceClass: com.dyj.common.service.impl.PropertiesAgentConfigServiceImpl
#令牌信息加载类,默认读取缓存 实现IAgentTokenService接口
tokenSourceClass: com.dyj.common.service.impl.CacheAgentTokenServiceImpl
forest:
backend: okhttp3 # 后端HTTP框架httpclient、okhttp3默认为 okhttp3
max-connections: 1000 # 连接池最大连接数(默认为 500