|
@@ -16,7 +16,6 @@
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.6.2</version>
|
|
<version>2.6.2</version>
|
|
-<!-- <relativePath/> <!– lookup parent from repository –>-->
|
|
|
|
</parent>
|
|
</parent>
|
|
<groupId>com.huimv</groupId>
|
|
<groupId>com.huimv</groupId>
|
|
<artifactId>huimv-eartag2-platform</artifactId>
|
|
<artifactId>huimv-eartag2-platform</artifactId>
|
|
@@ -29,43 +28,20 @@
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
</properties>
|
|
</properties>
|
|
<dependencies>
|
|
<dependencies>
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
- <scope>test</scope>
|
|
|
|
- </dependency>
|
|
|
|
<!-- fastjson -->
|
|
<!-- fastjson -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.2.28</version>
|
|
<version>1.2.28</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <!-- JPA -->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <!-- mysql -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>mysql</groupId>
|
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- <!-- redis -->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <!-- lombok -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
- <version>1.16.18</version>
|
|
|
|
- <scope>provided</scope>
|
|
|
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- lombok -->
|
|
<!-- lombok -->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -78,7 +54,8 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-all</artifactId>
|
|
<artifactId>hutool-all</artifactId>
|
|
- <version>LATEST</version>
|
|
|
|
|
|
+<!-- <version>LATEST</version>-->
|
|
|
|
+ <version>5.6.5</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
@@ -90,88 +67,98 @@
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
- <!-- lombok -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
- <version>1.16.18</version>
|
|
|
|
- <scope>provided</scope>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>3.7</version>
|
|
<version>3.7</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
|
|
+ <!-- JPA -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- mysql -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>mysql</groupId>
|
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- redis -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- actuator -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
+<!--<!– <build>–>-->
|
|
|
|
+<!--<!– <plugins>–>-->
|
|
|
|
+<!--<!– <!– –>–>-->
|
|
|
|
+<!--<!– <plugin>–>-->
|
|
|
|
+<!--<!– <groupId>org.springframework.boot</groupId>–>-->
|
|
|
|
+<!--<!– <artifactId>spring-boot-maven-plugin</artifactId>–>-->
|
|
|
|
+<!--<!– </plugin>–>-->
|
|
|
|
+<!--<!– <!– –>–>-->
|
|
|
|
+<!--<!– <plugin>–>-->
|
|
|
|
+<!--<!– <groupId>org.apache.maven.plugins</groupId>–>-->
|
|
|
|
+<!--<!– <artifactId>maven-resources-plugin</artifactId>–>-->
|
|
|
|
+<!--<!– <version>2.6</version>–>-->
|
|
|
|
+<!--<!– </plugin>–>-->
|
|
|
|
+<!--<!– </plugins>–>-->
|
|
|
|
+<!--<!– </build>–>-->
|
|
|
|
|
|
<!-- <build>-->
|
|
<!-- <build>-->
|
|
<!-- <plugins>-->
|
|
<!-- <plugins>-->
|
|
-<!-- <!– –>-->
|
|
|
|
|
|
+
|
|
|
|
+<!--<!– <plugin>–>-->
|
|
|
|
+<!--<!– <groupId>org.apache.maven.plugins</groupId>–>-->
|
|
|
|
+<!--<!– <artifactId>maven-compiler-plugin</artifactId>–>-->
|
|
|
|
+<!--<!– <version>3.1</version>–>-->
|
|
|
|
+<!--<!– <configuration>–>-->
|
|
|
|
+<!--<!– <source>${java.version}</source>–>-->
|
|
|
|
+<!--<!– <target>${java.version}</target>–>-->
|
|
|
|
+<!--<!– </configuration>–>-->
|
|
|
|
+<!--<!– </plugin>–>-->
|
|
|
|
+<!--<!– <plugin>–>-->
|
|
|
|
+<!--<!– <groupId>org.apache.maven.plugins</groupId>–>-->
|
|
|
|
+<!--<!– <artifactId>maven-resources-plugin</artifactId>–>-->
|
|
|
|
+<!--<!– <version>2.6</version>–>-->
|
|
|
|
+<!--<!– <configuration>–>-->
|
|
|
|
+<!--<!– <delimiters>–>-->
|
|
|
|
+<!--<!– <delimiter>@</delimiter>–>-->
|
|
|
|
+<!--<!– </delimiters>–>-->
|
|
|
|
+<!--<!– <useDefaultDelimiters>false</useDefaultDelimiters>–>-->
|
|
|
|
+<!--<!– </configuration>–>-->
|
|
|
|
+<!--<!– </plugin>–>-->
|
|
<!-- <plugin>-->
|
|
<!-- <plugin>-->
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
-<!-- </plugin>-->
|
|
|
|
-<!-- <!– –>-->
|
|
|
|
-<!-- <plugin>-->
|
|
|
|
-<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
-<!-- <artifactId>maven-resources-plugin</artifactId>-->
|
|
|
|
-<!-- <version>2.6</version>-->
|
|
|
|
|
|
+<!--<!– <configuration>–>-->
|
|
|
|
+<!--<!– <classifier>execute</classifier>–>-->
|
|
|
|
+<!--<!– </configuration>–>-->
|
|
<!-- </plugin>-->
|
|
<!-- </plugin>-->
|
|
<!-- </plugins>-->
|
|
<!-- </plugins>-->
|
|
|
|
+<!-- <resources>-->
|
|
|
|
+<!-- <resource>-->
|
|
|
|
+<!-- <directory>src/main/webapp</directory>-->
|
|
|
|
+<!-- <filtering>false</filtering>-->
|
|
|
|
+<!-- </resource>-->
|
|
|
|
+<!-- <resource>-->
|
|
|
|
+<!-- <directory>src/main/resources</directory>-->
|
|
|
|
+<!-- <filtering>true</filtering>-->
|
|
|
|
+<!-- </resource>-->
|
|
|
|
+<!-- <resource>-->
|
|
|
|
+<!-- <directory>src/main/java</directory>-->
|
|
|
|
+<!-- <includes>-->
|
|
|
|
+<!-- <include>**/*.xml</include>-->
|
|
|
|
+<!-- </includes>-->
|
|
|
|
+<!-- </resource>-->
|
|
|
|
+<!-- </resources>-->
|
|
<!-- </build>-->
|
|
<!-- </build>-->
|
|
|
|
|
|
- <build>
|
|
|
|
- <plugins>
|
|
|
|
-
|
|
|
|
-<!-- <plugin>-->
|
|
|
|
-<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
-<!-- <artifactId>maven-compiler-plugin</artifactId>-->
|
|
|
|
-<!-- <version>3.1</version>-->
|
|
|
|
-<!-- <configuration>-->
|
|
|
|
-<!-- <source>${java.version}</source>-->
|
|
|
|
-<!-- <target>${java.version}</target>-->
|
|
|
|
-<!-- </configuration>-->
|
|
|
|
-<!-- </plugin>-->
|
|
|
|
-<!-- <plugin>-->
|
|
|
|
-<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
-<!-- <artifactId>maven-resources-plugin</artifactId>-->
|
|
|
|
-<!-- <version>2.6</version>-->
|
|
|
|
-<!-- <configuration>-->
|
|
|
|
-<!-- <delimiters>-->
|
|
|
|
-<!-- <delimiter>@</delimiter>-->
|
|
|
|
-<!-- </delimiters>-->
|
|
|
|
-<!-- <useDefaultDelimiters>false</useDefaultDelimiters>-->
|
|
|
|
-<!-- </configuration>-->
|
|
|
|
-<!-- </plugin>-->
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
-<!-- <configuration>-->
|
|
|
|
-<!-- <classifier>execute</classifier>-->
|
|
|
|
-<!-- </configuration>-->
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
- <resources>
|
|
|
|
- <resource>
|
|
|
|
- <directory>src/main/webapp</directory>
|
|
|
|
- <filtering>false</filtering>
|
|
|
|
- </resource>
|
|
|
|
- <resource>
|
|
|
|
- <directory>src/main/resources</directory>
|
|
|
|
- <filtering>true</filtering>
|
|
|
|
- </resource>
|
|
|
|
- <resource>
|
|
|
|
- <directory>src/main/java</directory>
|
|
|
|
- <includes>
|
|
|
|
- <include>**/*.xml</include>
|
|
|
|
- </includes>
|
|
|
|
- </resource>
|
|
|
|
- </resources>
|
|
|
|
- </build>
|
|
|
|
-
|
|
|
|
<!-- <profiles>-->
|
|
<!-- <profiles>-->
|
|
<!-- <profile>-->
|
|
<!-- <profile>-->
|
|
<!-- <id>local</id>-->
|
|
<!-- <id>local</id>-->
|