- 添加 SmsPlatform

This commit is contained in:
sin
2019-05-16 21:50:22 +08:00
parent 2b02b5b9e5
commit 453235bb6a
20 changed files with 957 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
type-aliases-package: cn.iocoder.mall.admin.dataobject
# sms
sms:
apiKey: d4705399e71e822fe3a90f801ed95bd9
# dubbo
dubbo:
application:
@@ -49,6 +53,8 @@ dubbo:
version: 1.0.0
RoleService:
version: 1.0.0
SmsService:
version: 1.0.0
# logging
logging: