1 Star 0 Fork 2

doo/config

forked from HTShop/config 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pigx-device-manager-dev.yml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
HTShop 提交于 2019-04-11 09:25 . 更新 pigx-device-manager-dev.yml
## spring security 配置
security:
oauth2:
client:
client-id: ENC(ltJPpR50wT0oIY9kfOe1Iw==)
client-secret: ENC(ltJPpR50wT0oIY9kfOe1Iw==)
scope: server
# 默认放行url,子模块重写时application-dev.yml中的公共配置会被覆盖,所以要把公共配置中的放行url再写一次
ignore-urls:
- /actuator/**
- /v2/api-docs
- /user/info/*
- /social/info/*
- /mobile/*
- /log/save
# 数据源配置
spring:
main:
allow-bean-definition-overriding: true
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: taSDmyGfHBC9GdvvKw62
url: jdbc:mysql://47.110.125.220:3306/kunlun1.1?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
# 配置slq打印日志
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dzh19951015/config.git
git@gitee.com:dzh19951015/config.git
dzh19951015
config
config
master

搜索帮助