加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
quiz-center-production.yml 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
review 提交于 2020-03-11 13:37 . [Xin]: update config of quiz
database:
url: jdbc:mysql://${TWS_CONFIG_SERVER_HOST}:3306/QuizCenter?useUnicode=yes&characterEncoding=UTF-8
username: root
password: 1uR1R&G3VT3B
jenkins:
host: http://${TWS_CONFIG_SERVER_HOST}:8083
callbackHost: http://${TWS_CONFIG_SERVER_HOST}:8088
server:
port: 8088
spring:
cloud:
config:
allowOverride: true
overrideNone: true
overrideSystemProperties: true
jpa:
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
datasource:
url: ${database.url}
username: ${database.username}
password: ${database.password}
driver-class-name: com.mysql.jdbc.Driver
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化