mirror of
https://gitee.com/dromara/dy-java.git
synced 2024-11-30 02:58:55 +08:00
readme commit
This commit is contained in:
parent
a43e4a9735
commit
16665732ea
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user