作者 shenhailong

修改 @Value 取值

更新包 的构建版本
正在显示 1 个修改的文件 包含 5 行增加0 行删除
@@ -40,6 +40,11 @@ @@ -40,6 +40,11 @@
40 <includeSystemScope>true</includeSystemScope> 40 <includeSystemScope>true</includeSystemScope>
41 </configuration> 41 </configuration>
42 </plugin> 42 </plugin>
  43 + <plugin>
  44 + <groupId>org.apache.maven.plugins</groupId>
  45 + <artifactId>maven-deploy-plugin</artifactId>
  46 + <version>2.8.2</version>
  47 + </plugin>
43 <!-- mybatis generator 自动生成代码插件 --> 48 <!-- mybatis generator 自动生成代码插件 -->
44 <plugin> 49 <plugin>
45 <groupId>org.mybatis.generator</groupId> 50 <groupId>org.mybatis.generator</groupId>