Commit 4f7fd1f284a027b6e3cb67c5b7a927a1ee2feef4
1 parent
dae2b579
增加阿里云配置
Showing
1 changed file
with
10 additions
and
0 deletions
pom.xml
... | ... | @@ -68,6 +68,16 @@ |
68 | 68 | <ver>2.0.0-SNAPSHOT</ver> |
69 | 69 | </properties> |
70 | 70 | </profile> |
71 | + | |
72 | + <!-- qa环境 --> | |
73 | + <profile> | |
74 | + <id>aliyun</id> | |
75 | + <properties> | |
76 | + <!-- 部署环境(对应配置文件版本) --> | |
77 | + <env>aliyun</env> | |
78 | + <ver>2.0.0-SNAPSHOT</ver> | |
79 | + </properties> | |
80 | + </profile> | |
71 | 81 | |
72 | 82 | <!-- prod环境 --> |
73 | 83 | <profile> | ... | ... |