24 lines
723 B
YAML
24 lines
723 B
YAML
mybatis:
|
||
mapper-locations:
|
||
- classpath*:mapper/*/*.xml
|
||
configuration:
|
||
map-underscore-to-camel-case: true
|
||
|
||
DingTalk:
|
||
# 钉钉消息用户,用逗号隔开
|
||
userList: "450841600726084717"
|
||
# 钉钉消息群ID,需要调用/chat/create api创建群返回
|
||
chatId: "chatd16d8daeea33b36b73588c676d508096"
|
||
|
||
xiaobei:
|
||
unionId: o896o5y8bJZYMh2gdKhDdmUKc0Wk
|
||
codeArr: "010364, 022150, 013224, 008960, 013841, 015528, 012414, 020412, 014662, 016814, 014422, 015596, 007844,
|
||
023521, 016496, 016387, 021608, 008282, 012769, 021580, 017811, 007467, 017516, 018125, 016531, 021091,
|
||
021688, 021536, 019571, 168204, 020741, 013594"
|
||
|
||
server:
|
||
port: 8080
|
||
|
||
spring:
|
||
profiles:
|
||
active: local |