Files
mall-swarm/config/search/mall-search-dev.yaml
2022-07-24 10:25:12 +08:00

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