作者 shenhailong

修改 @Value 取值

更新包 的构建版本
正在显示 1 个修改的文件 包含 5 行增加0 行删除
@@ -101,6 +101,11 @@ @@ -101,6 +101,11 @@
101 <target>1.8</target> 101 <target>1.8</target>
102 </configuration> 102 </configuration>
103 </plugin> 103 </plugin>
  104 + <plugin>
  105 + <groupId>org.apache.maven.plugins</groupId>
  106 + <artifactId>maven-deploy-plugin</artifactId>
  107 + <version>2.8.2</version>
  108 + </plugin>
104 </plugins> 109 </plugins>
105 </build> 110 </build>
106 111