6 lines
186 B
YAML
6 lines
186 B
YAML
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://localhost:3306/nl_shop?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
|
||
|
|
username: root
|
||
|
|
password: root
|