添加版本信息接口

This commit is contained in:
648540858
2021-08-09 16:54:36 +08:00
parent 689de6c5e2
commit dbc525e8fb
8 changed files with 349 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
<artifactId>wvp-pro</artifactId>
<version>2.0</version>
<name>web video platform</name>
<description>国标28181视频平台</description>
<repositories>
<repository>
@@ -250,6 +251,11 @@
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>