123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651 |
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.hhwy</groupId>
- <artifactId>QBEQSJY</artifactId>
- <packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
- <name>QBEQSJY</name>
- <url>http://maven.apache.org</url>
- <properties>
- <maven.compiler.source>8</maven.compiler.source>
- <maven.compiler.target>8</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <java.version>1.8</java.version>
- <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
- <druid.version>1.2.23</druid.version>
- <bitwalker.version>1.21</bitwalker.version>
- <kaptcha.version>2.3.3</kaptcha.version>
- <pagehelper.boot.version>1.4.7</pagehelper.boot.version>
- <fastjson.version>2.0.53</fastjson.version>
- <oshi.version>6.6.3</oshi.version>
- <commons.io.version>2.13.0</commons.io.version>
- <poi.version>4.1.2</poi.version>
- <velocity.version>2.3</velocity.version>
- <jwt.version>0.9.1</jwt.version>
- <jackson.version>2.12.7</jackson.version>
- </properties>
- <dependencies>
- <!--<dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>3.5.1</version>
- </dependency>-->
- <!-- GaussDB JDBC Driver -->
- <!--<dependency>
- <groupId>com.huawei.gaussdb</groupId>
- <artifactId>gaussdb-jdbc</artifactId>
- <version>2.0.0</version>
- </dependency>-->
- <!--<dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-jpa</artifactId>
- <version>2.5.15</version>
- </dependency>-->
- <!-- JTS Topology Suite 处理二维几何图形的 Java 类库 -->
- <dependency>
- <groupId>org.locationtech.jts</groupId>
- <artifactId>jts-core</artifactId>
- <version>1.19.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jts-core-1.19.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-2.5.15.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframewor.boot</groupId>
- <artifactId>spring-boot-autoconfigure</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-autoconfigure-2.5.15.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-json</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-starter-json-2.5.15.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-logging</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-starter-logging-2.5.15.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-tomcat</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-starter-tomcat-2.5.15.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-aop-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-beans-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-core-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-context-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context-support</artifactId>
- <version>5.3.33</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-context-support-5.3.33.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-jdbc-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-expression</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-expression-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jcl</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-jcl-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-oxm</artifactId>
- <version>5.3.33</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-oxm-5.3.33.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-tx-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-web-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-webmvc</artifactId>
- <version>5.3.27</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-webmvc-5.3.27.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-validation</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-starter-validation-2.5.15.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-starter-2.5.15.jar</systemPath>
- </dependency>
- <!-- Spring Web -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-starter-web-2.5.15.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-jdbc</artifactId>
- <version>2.5.15</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/spring-boot-starter-jdbc-2.5.15.jar</systemPath>
- </dependency>
- <!-- 阿里数据库连接池 -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid-spring-boot-starter</artifactId>
- <version>${druid.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/druid-spring-boot-starter-1.2.23.jar</systemPath>
- </dependency>
- <!-- 解析客户端操作系统、浏览器等 -->
- <dependency>
- <groupId>eu.bitwalker</groupId>
- <artifactId>UserAgentUtils</artifactId>
- <version>${bitwalker.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/UserAgentUtils-1.21.jar</systemPath>
- </dependency>
- <!-- pagehelper 分页插件 -->
- <!--<dependency>
- <groupId>com.github.pagehelper</groupId>
- <artifactId>pagehelper-spring-boot-starter</artifactId>
- <version>${pagehelper.boot.version}</version>
- </dependency>-->
- <!-- 获取系统信息 -->
- <dependency>
- <groupId>com.github.oshi</groupId>
- <artifactId>oshi-core</artifactId>
- <version>${oshi.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/oshi-core-6.6.3.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.7.32</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/slf4j-api-1.7.32.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.kafka</groupId>
- <artifactId>kafka-clients</artifactId>
- <version>1.1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/kafka-clients-1.1.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.kafka</groupId>
- <artifactId>kafka-streams</artifactId>
- <version>1.1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/kafka-streams-1.1.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.kafka</groupId>
- <artifactId>kafka-streams-examples</artifactId>
- <version>1.1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/kafka-streams-examples-1.1.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.4.10</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/httpcore-4.4.10.jar</systemPath>
- </dependency>
- <!-- io常用工具类 -->
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons.io.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/commons-io-2.13.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>commons-lang3</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.11</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/commons-lang3-3.11.jar</systemPath>
- </dependency>
- <!-- excel工具 -->
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>${poi.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/poi-4.1.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>${poi.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/poi-ooxml-4.1.2.jar</systemPath>
- </dependency>
- <!-- velocity代码生成使用模板 -->
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine-core</artifactId>
- <version>${velocity.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/velocity-engine-core-2.3.jar</systemPath>
- </dependency>
- <!-- 阿里JSON解析器 -->
- <dependency>
- <groupId>com.alibaba.fastjson2</groupId>
- <artifactId>fastjson2</artifactId>
- <version>${fastjson.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/fastjson2-2.0.53.jar</systemPath>
- </dependency>
- <!-- Token生成与解析-->
- <dependency>
- <groupId>io.jsonwebtoken</groupId>
- <artifactId>jjwt</artifactId>
- <version>${jwt.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jjwt-0.9.1.jar</systemPath>
- </dependency>
- <!-- 验证码 -->
- <dependency>
- <groupId>pro.fessional</groupId>
- <artifactId>kaptcha</artifactId>
- <version>${kaptcha.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/kaptcha-2.3.3.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>5.8.16</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/hutool-all-5.8.16.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>easyexcel</artifactId>
- <version>3.3.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/easyexcel-3.3.2.jar</systemPath>
- </dependency>
- <!-- Mysql驱动包 -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>8.0.30</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/mysql-connector-java-8.0.30.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>1.18.24</version> <!-- 使用最新的稳定版本 -->
- <scope>provided</scope> <!-- Lombok 在编译时不需要,只在编译时使用 -->
- </dependency>
- <dependency>
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- <version>1.15.1</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jsoup-1.15.1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.6</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/httpclient-4.5.6.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.31</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/fastjson-1.2.31.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>javax.mail</artifactId>
- <version>1.6.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/javax.mail-1.6.2.jar</systemPath>
- </dependency>
- <!-- Jackson Databind -->
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jackson-databind-2.12.7.jar</systemPath>
- </dependency>
- <!-- Jackson Annotations -->
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>${jackson.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jackson-annotations-2.12.7.jar</systemPath>
- </dependency>
- <!-- Jackson Core -->
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <version>${jackson.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jackson-core-2.12.7.jar</systemPath>
- </dependency>
- <!-- Jackson JSR310 Data Types -->
- <dependency>
- <groupId>com.fasterxml.jackson.datatype</groupId>
- <artifactId>jackson-datatype-jsr310</artifactId>
- <version>${jackson.version}</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jackson-datatype-jsr310-2.12.7.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-embed-core</artifactId>
- <version>9.0.75</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/tomcat-embed-core-9.0.75.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-embed-el</artifactId>
- <version>9.0.75</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/tomcat-embed-el-9.0.75.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-embed-websocket</artifactId>
- <version>9.0.75</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/tomcat-embed-websocket-9.0.75.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlbeans</groupId>
- <artifactId>xmlbeans</artifactId>
- <version>3.1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/xmlbeans-3.1.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.yaml.snakeyaml</groupId>
- <artifactId>snakeyaml</artifactId>
- <version>1.28</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/snakeyaml-1.28.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/servlet-api-2.5.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>2.17.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/log4j-api-2.17.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-to-slf4j</artifactId>
- <version>2.17.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/log4j-to-slf4j-2.17.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>txw2</artifactId>
- <version>2.3.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/txw2-2.3.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.jvnet.staxex</groupId>
- <artifactId>stax-ex</artifactId>
- <version>1.8.1</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/stax-ex-1.8.1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid</artifactId>
- <version>1.2.23</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/druid-1.2.23.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/commons-logging-1.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>4.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/commons-collections4-4.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>easyexcel-core</artifactId>
- <version>3.3.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/easyexcel-core-3.3.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>easyexcel-support</artifactId>
- <version>3.3.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/easyexcel-support-3.3.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.hibernate.validator</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>6.2.5.Final</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/hibernate-validator-6.2.5.Final.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging</artifactId>
- <version>3.4.1.Final</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jboss-logging-3.4.1.Final.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>1.2.12</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/logback-classic-1.2.12.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>1.2.12</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/logback-core-1.2.12.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>42.7.5</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/postgresql-42.7.5.jar</systemPath>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>3.4.4</version>
- <configuration>
- <mainClass>com.hhwy.QBEQSJYApplication</mainClass>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </project>
|