feat:first commit
This commit is contained in:
18
domain/src/main/resources/application.yml
Executable file
18
domain/src/main/resources/application.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
mybatis:
|
||||
mapper-locations:
|
||||
- classpath*:mapper/*.xml
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
||||
DingTalk:
|
||||
# 钉钉消息用户,用逗号隔开
|
||||
userList: "450841600726084717"
|
||||
# 钉钉消息群ID,需要调用/chat/create api创建群返回
|
||||
chatId: "chatd16d8daeea33b36b73588c676d508096"
|
||||
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
Reference in New Issue
Block a user