Commit 19ac313e1919f35c9bde58896801e3334fd35cd3
1 parent
3b619c4a
阿里云环境
Showing
1 changed file
with
10 additions
and
0 deletions
pom.xml
@@ -47,6 +47,16 @@ | @@ -47,6 +47,16 @@ | ||
47 | <ver>1.0-Release</ver> | 47 | <ver>1.0-Release</ver> |
48 | </properties> | 48 | </properties> |
49 | </profile> | 49 | </profile> |
50 | + | ||
51 | + <!-- aliyun环境 --> | ||
52 | + <profile> | ||
53 | + <id>aliyun</id> | ||
54 | + <properties> | ||
55 | + <!-- 部署环境(对应配置文件版本) --> | ||
56 | + <env>aliyun</env> | ||
57 | + <ver>1.0-Release</ver> | ||
58 | + </properties> | ||
59 | + </profile> | ||
50 | 60 | ||
51 | <!-- prod环境 --> | 61 | <!-- prod环境 --> |
52 | <profile> | 62 | <profile> |