mirror of https://gitee.com/maxjhandsome/pig
⬆️ Upgrading dependencies. spring boot admin 2.2.0 | hutool 5.0.5
This commit is contained in:
parent
f2d1419f68
commit
8fb6510be7
|
@ -32,7 +32,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!--监控服务端-->
|
<!--监控服务端-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.codecentric</groupId>
|
<groupId>com.pig4cloud</groupId>
|
||||||
<artifactId>spring-boot-admin-starter-server</artifactId>
|
<artifactId>spring-boot-admin-starter-server</artifactId>
|
||||||
<version>${spring-boot-admin.version}</version>
|
<version>${spring-boot-admin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
15
pom.xml
15
pom.xml
|
@ -39,7 +39,7 @@
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<spring-boot-admin.version>2.2.0-SNAPSHOT</spring-boot-admin.version>
|
<spring-boot-admin.version>2.2.0</spring-boot-admin.version>
|
||||||
<hutool.version>5.0.5</hutool.version>
|
<hutool.version>5.0.5</hutool.version>
|
||||||
<mybatis-plus.version>3.2.0</mybatis-plus.version>
|
<mybatis-plus.version>3.2.0</mybatis-plus.version>
|
||||||
<kaptcha.version>0.0.9</kaptcha.version>
|
<kaptcha.version>0.0.9</kaptcha.version>
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--监控客户端-->
|
<!--监控客户端-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.codecentric</groupId>
|
<groupId>com.pig4cloud</groupId>
|
||||||
<artifactId>spring-boot-admin-starter-client</artifactId>
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
||||||
<version>${spring-boot-admin.version}</version>
|
<version>${spring-boot-admin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -191,17 +191,6 @@
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>sonatype-nexus-snapshots</id>
|
|
||||||
<name>Sonatype Nexus Snapshots</name>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
</repository>
|
|
||||||
<!--阿里云主仓库,代理了maven central和jcenter仓库-->
|
<!--阿里云主仓库,代理了maven central和jcenter仓库-->
|
||||||
<repository>
|
<repository>
|
||||||
<id>aliyun</id>
|
<id>aliyun</id>
|
||||||
|
|
Loading…
Reference in New Issue