13 lines
299 B
YAML
13 lines
299 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:mysql://localhost:3306/mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
|
|
username: root
|
|
password: root
|
|
elasticsearch:
|
|
uris: localhost:9200
|
|
logging:
|
|
level:
|
|
root: info
|
|
com.macro.mall: debug
|
|
logstash:
|
|
host: localhost |