1 Star 0 Fork 2

yangelar / paascloud-config-repo

forked from 墨香 / paascloud-config-repo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
paascloud-provider-tpc-dev.yml 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
yangelar 提交于 2021-10-10 12:16 . '111'
spring:
cache:
cache-names: tpc-cache
datasource:
url: jdbc:mysql://localhost:3306/paascloud_tpc?characterEncoding=utf8&useSSL=false
liquibase:
change-log: classpath:liquibase/index.xml
user: ${spring.datasource.username}
password: ${spring.datasource.password}
url: ${spring.datasource.url}
mybatis:
type-aliases-package: com.paascloud.provider.model.domain
mapper-locations: classpath:mapper/*.xml,classpath*:sdk/mapper/*.xml
configuration:
map-underscore-to-camel-case: true
mapper:
mappers: com.paascloud.core.mybatis.MyMapper
not-empty: false
identity: MYSQL
pagehelper:
helperDialect: mysql
reasonable: true
supportMethodsArguments: true
params: count=countSql
security:
oauth2:
client:
clientId: paascloud-client-mdc
clientSecret: paascloudClientSecret
access-token-uri: http://paascloud-gateway:7979/uac/oauth/token
user-authorization-uri: http://paascloud-gateway:7979/uac/oauth/authorize
resource:
user-info-uri: http://paascloud-gateway:7979/uac/user
prefer-token-info: false
jwt:
key-uri: http://paascloud-provider-uac:8000/oauth/token_key
paascloud:
enableSqlLogInterceptor: false
dingTalk:
webhookToken:
jobListener: 7b0fcc73f3d2be1415c5d31e5b34100c689961454af15a61635749ba0d8*****
token:
interceptor:
enable: true
message:
maxSendTimes: 7
handleTimeout: 5
resendMultiplier: 2
aliyun:
rocketMq:
enable: false
reliableMessageConsumer: false
reliableMessageProducer: true
namesrvAddr: localhost:9876
instanceName: paascloud-provider-tpc
producerGroup: PID_TPC
oauth2:
jwtSigningKey: paascloud
client:
id: ${security.oauth2.resource.id}
accessTokenUrl: ${security.oauth2.client.access-token-uri}
clientId: ${security.oauth2.client.clientId}
clientSecret: ${security.oauth2.client.clientSecret}
clientAuthenticationScheme: header
tokenStore: jwt
zk:
zkAddressList: localhost:2181
namespace: paascloud-elastic-job
job:
task:
dingTalk:
cron: 0 0/20 * * * ?
shardingTotalCount: 1
shardingItemParameters: 0=Beijing,1=Shanghai,2=Guangzhou
sendingMessage:
cron: 0 0/20 * * * ?
shardingTotalCount: 1
jobParameter: fetchNum=200,taskType=SENDING_MESSAGE
waitingMessage:
cron: 0 0/20 * * * ?
shardingTotalCount: 1
jobParameter: fetchNum=200,taskType=WAITING_MESSAGE
dataflowJob:
cron: 0 */20 * * * ?
shardingTotalCount: 1
shardingItemParameters: 0=Beijing,1=Shanghai,2=Guangzhou
1
https://gitee.com/yangelar/paascloud-config-repo.git
git@gitee.com:yangelar/paascloud-config-repo.git
yangelar
paascloud-config-repo
paascloud-config-repo
master

搜索帮助