web sketch-查询代理功能优化 CN-663
This commit is contained in:
28
pom.xml
28
pom.xml
@@ -4,11 +4,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.mesasoft.cn</groupId>
|
||||
<artifactId>webskt-query-agent</artifactId>
|
||||
<version>1.0</version>
|
||||
<artifactId>webskt</artifactId>
|
||||
<version>1.2</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>webskt-query-agent</name>
|
||||
<name>webskt</name>
|
||||
<description>简单的线上文件管理系统</description>
|
||||
|
||||
<parent>
|
||||
@@ -76,6 +76,7 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
@@ -117,14 +118,27 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid</artifactId>
|
||||
<version>1.0.9</version>
|
||||
<artifactId>druid-spring-boot-starter</artifactId>
|
||||
<version>1.2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- websketch-->
|
||||
<dependency>
|
||||
<groupId>me.geso</groupId>
|
||||
<artifactId>jdbcutils</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>5.7.17</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -134,7 +148,7 @@
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<fork>true</fork>
|
||||
<mainClass>com.mesasoft.cn.SketchApplication</mainClass>
|
||||
<mainClass>com.mesasoft.cn.WebSketchApplication</mainClass>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
@@ -151,7 +165,7 @@
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<mainClass>com.mesasoft.cn.SketchApplication</mainClass>
|
||||
<mainClass>com.mesasoft.cn.WebSketchApplication</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
<descriptorRefs>
|
||||
|
||||
Reference in New Issue
Block a user