3 Star 0 Fork 0

思特沃克数字平台在线学习系统/tws-config-deployment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
organization-center-production.yml 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
review 提交于 2020-03-10 13:20 . [Xin]: replace ip with host env
database:
url: jdbc:mysql://${TWS_CONFIG_SERVER_HOST}:3306/OrganizationCenter?useUnicode=true&characterEncoding=utf-8
username: root
password: 1uR1R&G3VT3B
server:
port: 8081
spring:
cloud:
config:
allowOverride: true
overrideNone: true
overrideSystemProperties: true
datasource:
url: ${database.url}
username: ${database.username}
password: ${database.password}
driver-class-name: com.mysql.jdbc.Driver
jpa:
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tws-system/tws-config-deployment.git
git@gitee.com:tws-system/tws-config-deployment.git
tws-system
tws-config-deployment
tws-config-deployment
master

搜索帮助