🔖 Releasing / Version tags. 2.8

🔖 Releasing / Version tags. 2.8
This commit is contained in:
东哥兄弟 2020-06-22 22:25:50 +08:00
parent 2ba85bce83
commit 8f2c66307e
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ Spring Cloud | Hoxton.SR5
Spring Security OAuth2 | 2.3.6
Mybatis Plus | 3.3.2
hutool | 5.3.8
Avue | 2.6.3
Avue | 2.6.5

View File

@ -5,7 +5,7 @@ FROM pig4cloud/java:8-jre
MAINTAINER wangiegie@gmail.com
ARG JAR_FILE=./target/pig-sentinel-biz.jar
ARG JAR_FILE=./target/pig-sentinel-dashboard.jar
# JVM调优参数等额外参数
ENV PARAMS ""

View File

@ -82,7 +82,7 @@
</dependencies>
<build>
<finalName>pigx-sentinel-dashboard</finalName>
<finalName>pig-sentinel-dashboard</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>