1 Star 0 Fork 0

ZhaoGitee/xiaofang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
auth-demo.yml 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
ZhaoGitee 提交于 2021-09-09 05:33 . update .yml
server:
port: 9777 #启动端口11111
client:
id: turing-auth
secret: 123456
token-header: client-token
expire: 3600
rsa-secret: x2318^^(*WRYQWR(QW&T
spring:
application:
name: turing-auth
datasource:
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://39.105.215.28:3306/turing-auth?characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
druid:
stat-view-servlet:
loginUsername: root
loginPassword: root
mybatis:
basepackage: cn.turing.firecontrol.auth.mapper
xmlLocation: classpath:mapper/**/*.xml
mapper-locations: "classpath*:mapper/*.xml"
mapper:
mappers: cn.turing.firecontrol.common.mapper.CommonMapper
redis:
host: 39.105.215.28
port: 6379
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
logging:
level:
root: info
## 这里设置为info,是因为如果不设置,debug时会不断打印mq日志。
org.springframework.integration.endpoint.SourcePollingChannelAdapter: info
org.springframework.security: info
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaoshungitee/xiaofang.git
[email protected]:zhaoshungitee/xiaofang.git
zhaoshungitee
xiaofang
xiaofang
master

搜索帮助