YunaiV 58525e0940 - 后端:修改配置文件,指向服务器
- 增加 .gitattributes ,解决 github 识别项目错误问题
2019-05-09 19:34:31 +08:00

8 lines
243 B
YAML

spring:
# datasource
datasource:
url: jdbc:mysql://192.168.88.14:3306/mall_order?useSSL=false&useUnicode=true&characterEncoding=UTF-8
driver-class-name: com.mysql.jdbc.Driver
username: root
password: ${MALL_MYSQL_PASSWORD}