1 Star 0 Fork 46

杨远林 / fire_control_config_example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
auth-demo.yml 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
杨远林 提交于 2021-02-02 17:39 . update auth-demo.yml.
spring:
application:
name: turing-auth
datasource:
url: jdbc:mysql://192.168.29.137:3306/turing-auth?useUnicode=true&characterEncoding=UTF8
druid:
stat-view-servlet:
loginUsername: root
loginPassword: 123456
redis:
host: 192.168.29.137
port: 6379
password: root
timeout: 20000
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
host: 192.168.29.137
port: 6379
database: 0
# 配置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/yangyuanlin/fire_control_config_example.git
git@gitee.com:yangyuanlin/fire_control_config_example.git
yangyuanlin
fire_control_config_example
fire_control_config_example
master

搜索帮助