设备商城金额换成真实,配置文件更改,配置微信模板消息,快递鸟相关

This commit is contained in:
liuyingfang
2023-06-03 09:22:51 +08:00
parent 6f6938daa4
commit 3c6085805f
14 changed files with 61 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ spring:
profiles:
### 将一些固定的配置放到下级文件夹下的yml文件中
include: common, ryx, ys
active: dev
active: prod
mvc:
view:
prefix: /WEB-INF/jsp/
@@ -22,6 +22,6 @@ spring:
max-size: 20
server:
servlet:
context-path: /api
# servlet:
# context-path: /api
port: 7004