1 Star 0 Fork 2

yangelar / paascloud-config-repo

forked from 墨香 / paascloud-config-repo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
paascloud-provider-uac-dev.yml 3.81 KB
一键复制 编辑 原始数据 按行查看 历史
yangelar 提交于 2021-10-10 12:16 . '111'
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://localhost:3306/paascloud_uac?characterEncoding=utf8&useSSL=false
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
liquibase:
change-log: classpath:liquibase/index.xml
user: ${spring.datasource.username}
password: ${spring.datasource.password}
url: ${spring.datasource.url}
security:
oauth2:
client:
clientId: paascloud-client-uac
clientSecret: paascloudClientSecret
access-token-uri: http://paascloud-gateway:7979/uac/oauth/token
user-authorization-uri: http://paascloud-gateway:7979/uac/oauth/authorize
resource:
id: paascloud-resource-uac
filter-order: 3
paascloud:
enableSqlLogInterceptor: false
aliyun:
rocketMq:
enable: true
reliableMessageConsumer: false
reliableMessageProducer: true
instanceName: paascloud-provider-uac
consumerGroup: CID_UAC
producerGroup: PID_UAC
auth:
rest-pwd-url: http://dev-login.paascloud.net/resetPwd?resetPwdKey=
active-user-url: http://dev-api.paascloud.net:7979/uac/auth/activeUser/
refresh-token-url: http://dev-api.paascloud.net:7979/uac/oauth/token
token:
interceptor:
enable: true
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
security:
social:
filterProcessesUrl: /auth/callback
qq:
app-id: 101431061
app-secret: 0154c848f45fc705412462d4f99a592c
providerId: qq
weixin:
app-id: wxd99431bbff8305a0
app-secret: 60f78681d063590a469f1b297feff3c4
providerId: weixin
code:
image:
expireIn: 180
url: /auth/register,/auth/submitResetPwdEmail,/auth/code/sms
sms:
expireIn: 600
url: /uac/auth/submitResetPwdPhone
mobileMaxSendCount: 1
ipMaxSendCount: 2
totalMaxSendCount: 3
oauth2:
tokenStore: jwt
clients[0]:
clientId: paascloud-client-uac
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
clients[1]:
clientId: paascloud-browser
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
clients[2]:
clientId: paascloud-client-gateway
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
clients[3]:
clientId: paascloud-client-zipkin
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
clients[4]:
clientId: paascloud-client-mdc
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
clients[5]:
clientId: paascloud-client-omc
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
clients[6]:
clientId: paascloud-client-opc
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
clients[7]:
clientId: paascloud-client-tpc
clientSecret: paascloudClientSecret
accessTokenValidateSeconds: 7200
scope: "*"
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

搜索帮助

53164aa7 5694891 3bd8fe86 5694891