Files
mall-swarm/config/search/mall-search-dev.yaml

14 lines
318 B
YAML

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