|
@@ -15,6 +15,18 @@
|
|
|
<project.build.outputDir>${project.basedir}/bin</project.build.outputDir>
|
|
<project.build.outputDir>${project.basedir}/bin</project.build.outputDir>
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
+ <dependencyManagement>
|
|
|
|
|
+ <dependencies>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
|
+ <version>2.3.9.RELEASE</version>
|
|
|
|
|
+ <type>pom</type>
|
|
|
|
|
+ <scope>import</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
+ </dependencyManagement>
|
|
|
|
|
+
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>cn.reghao.autodop</groupId>
|
|
<groupId>cn.reghao.autodop</groupId>
|
|
@@ -37,6 +49,24 @@
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-devtools</artifactId>
|
|
|
|
|
+ <optional>true</optional>
|
|
|
|
|
+ <scope>true</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
+ <optional>true</optional>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>javax.validation</groupId>
|
|
<groupId>javax.validation</groupId>
|
|
|
<artifactId>validation-api</artifactId>
|
|
<artifactId>validation-api</artifactId>
|
|
@@ -69,6 +99,21 @@
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
@@ -138,18 +183,6 @@
|
|
|
<version>0.9.1</version>
|
|
<version>0.9.1</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <!--<dependency>
|
|
|
|
|
- <groupId>net.java.dev.jna</groupId>
|
|
|
|
|
- <artifactId>jna</artifactId>
|
|
|
|
|
- <version>4.1.0</version>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.libvirt</groupId>
|
|
|
|
|
- <artifactId>libvirt</artifactId>
|
|
|
|
|
- <version>0.5.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.dom4j</groupId>
|
|
<groupId>org.dom4j</groupId>
|
|
|
<artifactId>dom4j</artifactId>
|
|
<artifactId>dom4j</artifactId>
|
|
@@ -162,21 +195,6 @@
|
|
|
<version>RELEASE</version>
|
|
<version>RELEASE</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
<artifactId>quartz</artifactId>
|
|
<artifactId>quartz</artifactId>
|
|
@@ -232,6 +250,7 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
+ <version>3.8.1</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<source>11</source>
|
|
<source>11</source>
|
|
|
<target>11</target>
|
|
<target>11</target>
|
|
@@ -241,7 +260,7 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
- <!--<version>3.2.0</version>-->
|
|
|
|
|
|
|
+ <version>3.2.0</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<!-- 让 maven 不处理字体 -->
|
|
<!-- 让 maven 不处理字体 -->
|
|
|
<nonFilteredFileExtensions>
|
|
<nonFilteredFileExtensions>
|