|
|
|
@ -1,7 +1,7 @@
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
# datasource
|
|
|
|
# datasource
|
|
|
|
datasource:
|
|
|
|
datasource:
|
|
|
|
url: jdbc:mysql://180.167.213.26:13306/mall_order?useSSL=false&useUnicode=true&characterEncoding=UTF-8
|
|
|
|
url: jdbc:mysql://180.167.213.26:13306/mall_orders?useSSL=false&useUnicode=true&characterEncoding=UTF-8
|
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: ${MALL_MYSQL_PASSWORD}
|
|
|
|
password: ${MALL_MYSQL_PASSWORD}
|
|
|
|
|