Commit 5cf5c2a906348cd0abcb6c578c21fe2ecdf4e534

Authored by 后端研发-林欢仲
1 parent 6924e50b

区分开发跟测试环境

Showing 1 changed file with 1 additions and 1 deletions
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 <properties> 39 <properties>
40 <!-- 部署环境(对应配置文件版本) --> 40 <!-- 部署环境(对应配置文件版本) -->
41 <env>test</env> 41 <env>test</env>
42 - <ver>3.0-SNAPSHOT</ver> 42 + <ver>4.0-SNAPSHOT</ver>
43 </properties> 43 </properties>
44 </profile> 44 </profile>
45 45