wePush/src/main/resources/application-dev.yml

15 lines
333 B
YAML

server:
address: 127.0.0.1
port: 8080
custom:
phoneNumber: "18281561650"
spring:
datasource:
url: jdbc:mysql://42.193.20.110:8006/qywechatpush?useSSL=false
username: qywechatpush
password: JSckhtke1wFdzq3E
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis-plus:
logging:
config: classpath:logback-dev.xml