加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
auth-demo.yml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
fanxinjian 提交于 2021-07-19 03:26 . update auth-demo.yml.
spring:
application:
name: turing-auth
datasource:
url: jdbc:mysql://localhost:3306/junandun_auth?useUnicode=true&characterEncoding=UTF8&useSSL=false
druid:
stat-view-servlet:
loginUsername: root
loginPassword: Junandun1!
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化