mirror of https://gitee.com/maxjhandsome/pig
🔖 Releasing / Version tags. 2.8
🔖 Releasing / Version tags. 2.8
This commit is contained in:
parent
2ba85bce83
commit
8f2c66307e
|
@ -41,7 +41,7 @@ Spring Cloud | Hoxton.SR5
|
||||||
Spring Security OAuth2 | 2.3.6
|
Spring Security OAuth2 | 2.3.6
|
||||||
Mybatis Plus | 3.3.2
|
Mybatis Plus | 3.3.2
|
||||||
hutool | 5.3.8
|
hutool | 5.3.8
|
||||||
Avue | 2.6.3
|
Avue | 2.6.5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ FROM pig4cloud/java:8-jre
|
||||||
|
|
||||||
MAINTAINER wangiegie@gmail.com
|
MAINTAINER wangiegie@gmail.com
|
||||||
|
|
||||||
ARG JAR_FILE=./target/pig-sentinel-biz.jar
|
ARG JAR_FILE=./target/pig-sentinel-dashboard.jar
|
||||||
|
|
||||||
# JVM调优参数等额外参数
|
# JVM调优参数等额外参数
|
||||||
ENV PARAMS ""
|
ENV PARAMS ""
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>pigx-sentinel-dashboard</finalName>
|
<finalName>pig-sentinel-dashboard</finalName>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>src/main/resources</directory>
|
<directory>src/main/resources</directory>
|
||||||
|
|
Loading…
Reference in New Issue