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

11 lines
270 B
YAML

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