2 Star 0 Fork 0

哇哈哈团队/config-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manage-backend.yml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
logging:
level:
root: info
com.cloud: debug
file: logs/${spring.application.name}.log
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://local.mysql.com:3306/cloud_backend?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: root
password: root
hikari:
minimum-idle: 5
maximum-pool-size: 20
connection-test-query: SELECT 1
rabbitmq:
host: local.rabbitmq.com
port: 5672
username: cloud-dev
password: cloud-dev
virtual-host: /
mail:
default-encoding: UTF-8
host: smtp.163.com
username:
password:
protocol: smtp
test-connection: false
# properties:
# mail.smtp.auth: true
mvc:
servlet:
load-on-startup: 1
aop:
proxy-target-class: true
zipkin:
base-url: http://localhost:9411
enabled: true
sender:
type: web
mybatis:
type-aliases-package: com.cloud.backend.model,com.cloud.model.mail
mapper-locations: classpath:/mybatis-mappers/*
configuration:
mapUnderscoreToCamelCase: true
security:
oauth2:
resource:
user-info-uri: http://local.gateway.com:8080/api-o/user-me
prefer-token-info: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smart_city_v1/config-repo.git
git@gitee.com:smart_city_v1/config-repo.git
smart_city_v1
config-repo
config-repo
master

搜索帮助