ludu-cloud/order/order-service-impl/target/classes/config/application-test.yaml
2019-05-31 18:38:06 +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}