1 Star 0 Fork 46

jess.xiao / fire_control_config_example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
auth-demo.yml 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
jess.xiao 提交于 2021-03-20 14:33 . update auth-demo.yml.
spring:
application:
name: turing-auth
datasource:
url: jdbc:mysql://172.17.0.1:3306/turing_auth?useUnicode=true&characterEncoding=UTF8
druid:
stat-view-servlet:
loginUsername: root
loginPassword: 123456
mybatis:
basepackage: cn.turing.firecontrol.auth.mapper
xmlLocation: classpath:mapper/**/*.xml
mapper-locations: "classpath*:mapper/*.xml"
server:
port: 9777 #启动端口
client:
id: turing-auth
secret: 123456
token-header: client-token
expire: 3600
rsa-secret: x2318^^(*WRYQWR(QW&T
redis:
turing-key: xx288&^^%$!@#4dc
turing-iv: 0123456789abcdef
# 配置swagger
swagger:
enabled: true
base-package: cn.turing.firecontrol.auth
title: turing-auth
version: 1.0.0.SNAPSHOT
description: 鉴权服务
contact:
name: auth
mapper:
mappers: cn.turing.firecontrol.common.mapper.CommonMapper
logging:
level:
root: info
## 这里设置为info,是因为如果不设置,debug时会不断打印mq日志。
org.springframework.integration.endpoint.SourcePollingChannelAdapter: info
org.springframework.security: info
1
https://gitee.com/jessxiao/fire_control_config_example.git
git@gitee.com:jessxiao/fire_control_config_example.git
jessxiao
fire_control_config_example
fire_control_config_example
master

搜索帮助