first commit
This commit is contained in:
13
src/main/resources/application-dev.yml
Normal file
13
src/main/resources/application-dev.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
custom:
|
||||
phoneNumber: "18281561650"
|
||||
accessToken: "gKGCDSgWV82XbU0H"
|
||||
touser: "@all"
|
||||
url:
|
||||
sendTextCardMessageUrl: "https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token="
|
||||
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:
|
||||
6
src/main/resources/application.yml
Normal file
6
src/main/resources/application.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
server:
|
||||
address: 127.0.0.1
|
||||
port: 8080
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
Reference in New Issue
Block a user