18 lines
377 B
YAML
Executable File
18 lines
377 B
YAML
Executable File
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 |