1 Star 0 Fork 0

onvertex/paascloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
paascloud-provider-omc-dev.yml 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
onvertex 提交于 2019-01-17 16:28 . init
spring:
mvc:
date-format: yyyy-MM-dd HH:mm:ss
jackson:
joda-date-time-format: yyyy-MM-dd HH:mm:ss
date-format: yyyy-MM-dd HH:mm:ss
datasource:
url: jdbc:mysql://paascloud-db-mysql:3306/paascloud_omc?useUnicode=true&characterEncoding=UTF-8
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-omc
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
aliyun:
rocketMq:
enable: false
reliableMessageConsumer: false
reliableMessageProducer: false
instanceName: paascloud-provider-omc
consumerGroup: CID_OMC
producerGroup: PID_OMC
token:
interceptor:
enable: true
zk:
zkAddressList: paascloud-provider-zk:2181
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
alipay:
callback:
url: http://api.paascloud.net/omc/pay/alipayCallback
qrCode:
pcPath: E:/File/alipay/QRCode
qiniuPath: alipay/QRCode/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/onvertex/paascloud-config.git
git@gitee.com:onvertex/paascloud-config.git
onvertex
paascloud-config
paascloud-config
master

搜索帮助