1 Star 2 Fork 7

大目 / spring-cloud-yes-config-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ms-content-sample-mybatis-k8s.yml 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
limu.zl 提交于 2019-04-02 19:41 . 修改keycloak地址
spring:
datasource:
url: jdbc:mysql://mysql:3306/ms-content?useUnicode=true&useSSL=false&zeroDateTimeBehavior=round&allowPublicKeyRetrieval=true
driver-class-name: com.mysql.cj.jdbc.Driver
username: mscontent
password: mscontent
keycloak:
# keycloak地址
auth-server-url: http://30.1.227.244:32080/auth
# keycloak realm
realm: realm
resource: ms-content-sample
securityConstraints:
- authRoles:
# 以下路径需要user-role角色才能访问
- user-role
securityCollections:
# name可以随便写
- name: user-role-mappings
patterns:
- /articles
1
https://gitee.com/itmuch/spring-cloud-yes-config-repo.git
git@gitee.com:itmuch/spring-cloud-yes-config-repo.git
itmuch
spring-cloud-yes-config-repo
spring-cloud-yes-config-repo
master

搜索帮助