1 Star 0 Fork 0

enrico / architecture-config-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
scf-upms-dev.yml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
enrico 提交于 2019-03-13 11:20 . 更新 scf-upms-dev.yml
## spring security 配置
security:
oauth2:
client:
client-id: ENC(XFuQfJv0dFvEGLpkNm/+lA==)
client-secret: ENC(XFuQfJv0dFvEGLpkNm/+lA==)
scope: server
# 数据源
spring:
# datasource:
# type: com.zaxxer.hikari.HikariDataSource
# driver-class-name: com.mysql.jdbc.Driver
# username: root
# password: 123456
# url: jdbc:mysql://127.0.0.1:3306/scf?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
datasource:
type: com.zaxxer.hikari.HikariDataSource
#url: jdbc:oracle:thin:@192.168.10.103:1521:XE
url: jdbc:oracle:thin:@192.168.1.32:1521:scforcl
driver-class-name: oracle.jdbc.OracleDriver
username: scf
password: scf
# mybaits 模块配置
mybatis-plus:
typeAliasesPackage: com.cysoft.scf.admin.api.entity
# swagger相关配置,覆盖全局配置
swagger:
authorization:
authorization-scope-list:
- scope: 'server'
description: 'server all'
- scope: 'read'
description: 'read all'
- scope: 'write'
description: 'access all'
1
https://gitee.com/plastone/architecture-config-repo.git
git@gitee.com:plastone/architecture-config-repo.git
plastone
architecture-config-repo
architecture-config-repo
master

搜索帮助