|
@@ -7,12 +7,12 @@
|
|
|
<artifactId>uskycloud</artifactId>
|
|
|
<version>0.0.1</version>
|
|
|
|
|
|
-<!-- <parent>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-parent</artifactId>-->
|
|
|
-<!-- <version>2.1.3.RELEASE</version>-->
|
|
|
-<!-- <relativePath/>-->
|
|
|
-<!-- </parent>-->
|
|
|
+ <!-- <parent>-->
|
|
|
+ <!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+ <!-- <artifactId>spring-boot-starter-parent</artifactId>-->
|
|
|
+ <!-- <version>2.1.3.RELEASE</version>-->
|
|
|
+ <!-- <relativePath/>-->
|
|
|
+ <!-- </parent>-->
|
|
|
|
|
|
<description>微服务系统</description>
|
|
|
|
|
@@ -59,7 +59,7 @@
|
|
|
<mybatis-plus-boot-starter.version>3.4.0</mybatis-plus-boot-starter.version>
|
|
|
<mybatis-plus-generator.version>3.4.0</mybatis-plus-generator.version>
|
|
|
<orika-core.version>1.5.4</orika-core.version>
|
|
|
-<!-- <commons-lang3.version>3.11</commons-lang3.version>-->
|
|
|
+ <!-- <commons-lang3.version>3.11</commons-lang3.version>-->
|
|
|
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
|
|
<guava.version>29.0-jre</guava.version>
|
|
|
<hutool.version>5.6.1</hutool.version>
|
|
@@ -283,11 +283,11 @@
|
|
|
</dependency>
|
|
|
|
|
|
<!-- io常用工具类 -->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.apache.commons</groupId>-->
|
|
|
-<!-- <artifactId>commons-lang3</artifactId>-->
|
|
|
-<!-- <version>${commons-lang3.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>org.apache.commons</groupId>-->
|
|
|
+ <!-- <artifactId>commons-lang3</artifactId>-->
|
|
|
+ <!-- <version>${commons-lang3.version}</version>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>commons-beanutils</groupId>
|
|
@@ -386,45 +386,45 @@
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
-<!-- <plugin>-->
|
|
|
-<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
-<!-- <artifactId>maven-resources-plugin</artifactId>-->
|
|
|
-<!-- <configuration>-->
|
|
|
-<!-- <delimiters>-->
|
|
|
-<!-- <delimiter>@</delimiter>-->
|
|
|
-<!-- </delimiters>-->
|
|
|
-<!-- <useDefaultDelimiters>false</useDefaultDelimiters>-->
|
|
|
-<!-- </configuration>-->
|
|
|
-<!-- </plugin>-->
|
|
|
+ <!-- <plugin>-->
|
|
|
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+ <!-- <artifactId>maven-resources-plugin</artifactId>-->
|
|
|
+ <!-- <configuration>-->
|
|
|
+ <!-- <delimiters>-->
|
|
|
+ <!-- <delimiter>@</delimiter>-->
|
|
|
+ <!-- </delimiters>-->
|
|
|
+ <!-- <useDefaultDelimiters>false</useDefaultDelimiters>-->
|
|
|
+ <!-- </configuration>-->
|
|
|
+ <!-- </plugin>-->
|
|
|
</plugins>
|
|
|
-<!-- <resources>-->
|
|
|
-<!-- <resource>-->
|
|
|
-<!-- <directory>src/main/resources</directory>-->
|
|
|
-<!-- <filtering>true</filtering>-->
|
|
|
-<!-- </resource>-->
|
|
|
-<!-- </resources>-->
|
|
|
+ <!-- <resources>-->
|
|
|
+ <!-- <resource>-->
|
|
|
+ <!-- <directory>src/main/resources</directory>-->
|
|
|
+ <!-- <filtering>true</filtering>-->
|
|
|
+ <!-- </resource>-->
|
|
|
+ <!-- </resources>-->
|
|
|
</build>
|
|
|
-<!-- <profiles>-->
|
|
|
-<!-- <profile>-->
|
|
|
-<!-- <id>dev</id>-->
|
|
|
-<!-- <activation>-->
|
|
|
-<!-- <!– 是否默认 true表示默认–>-->
|
|
|
-<!-- <activeByDefault>true</activeByDefault>-->
|
|
|
-<!-- </activation>-->
|
|
|
-<!-- <properties>-->
|
|
|
-<!-- <!– 配置文件名字后缀 –>-->
|
|
|
-<!-- <profiles.active>dev</profiles.active>-->
|
|
|
-<!-- </properties>-->
|
|
|
-<!-- </profile>-->
|
|
|
-
|
|
|
-<!-- <!– 生产环境 –>-->
|
|
|
-<!-- <profile>-->
|
|
|
-<!-- <id>prod</id>-->
|
|
|
-<!-- <properties>-->
|
|
|
-<!-- <profiles.active>prod</profiles.active>-->
|
|
|
-<!-- </properties>-->
|
|
|
-<!-- </profile>-->
|
|
|
-<!-- </profiles>-->
|
|
|
+ <!-- <profiles>-->
|
|
|
+ <!-- <profile>-->
|
|
|
+ <!-- <id>dev</id>-->
|
|
|
+ <!-- <activation>-->
|
|
|
+ <!-- <!– 是否默认 true表示默认–>-->
|
|
|
+ <!-- <activeByDefault>true</activeByDefault>-->
|
|
|
+ <!-- </activation>-->
|
|
|
+ <!-- <properties>-->
|
|
|
+ <!-- <!– 配置文件名字后缀 –>-->
|
|
|
+ <!-- <profiles.active>dev</profiles.active>-->
|
|
|
+ <!-- </properties>-->
|
|
|
+ <!-- </profile>-->
|
|
|
+
|
|
|
+ <!-- <!– 生产环境 –>-->
|
|
|
+ <!-- <profile>-->
|
|
|
+ <!-- <id>prod</id>-->
|
|
|
+ <!-- <properties>-->
|
|
|
+ <!-- <profiles.active>prod</profiles.active>-->
|
|
|
+ <!-- </properties>-->
|
|
|
+ <!-- </profile>-->
|
|
|
+ <!-- </profiles>-->
|
|
|
|
|
|
<distributionManagement>
|
|
|
<repository>
|