123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>3.2.5</version>
- <relativePath/> <!-- lookup parent from repository -->
- </parent>
- <groupId>com.shulead</groupId>
- <artifactId>datasync</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>datasync</name>
- <description>datasync</description>
- <properties>
- <java.version>21</java.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
- <dependency>
- <groupId>com.mysql</groupId>
- <artifactId>mysql-connector-j</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
- <version>3.5.6</version>
- </dependency>
- <dependency>
- <groupId>com.github.yulichang</groupId>
- <artifactId>mybatis-plus-join-boot-starter</artifactId>
- <version>1.4.12</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>dingtalk</artifactId>
- <version>2.1.17</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba.fastjson2</groupId>
- <artifactId>fastjson2</artifactId>
- <version>2.0.49</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>alibaba-dingtalk-service-sdk</artifactId>
- <version>2.0.0</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/com.baomidou/dynamic-datasource-spring-boot-starter -->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
- <version>4.3.0</version>
- </dependency>
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>5.8.27</version>
- </dependency>
- <!--引入第三方jaxrpc jar -->
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>activation</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/activation.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>axis</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/axis.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>axis-ant</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/axis-ant.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>bsf</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/bsf.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>castor</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/castor-0.9.5.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/commons-codec-1.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>commons-discovery</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/commons-discovery-0.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/commons-httpclient-3.0-rc2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/commons-logging-1.0.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>commons-net</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/commons-net-1.0.0-dev.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>httpunit</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/httpunit.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>ibmjsse</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/ibmjsse.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>jms</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/javax.jms.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>jaxrpc</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/jaxrpc.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>JimiProClasses</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/JimiProClasses.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>junit</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/junit-3.8.1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>log4j</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/log4j-1.2.8.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>mailapi</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/mailapi_1_3_1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>saaj</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/saaj.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>servlet</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/servlet.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>wsdl4j</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/wsdl4j-1.5.1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/javax/endorsed/xml-apis-2.6.2.jar</systemPath>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- </exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- <!-- <resources>-->
- <!-- <resource>-->
- <!-- <directory>libs</directory> <!– 指定引入包的位置 一般写lib就可以 –>-->
- <!-- <targetPath>/BOOT-INF/lib/</targetPath> <!– 指定打包后的位置 一般写/BOOT-INF/lib/ 即可 –>-->
- <!-- <includes>-->
- <!-- <include>activation.jar</include> <!– jar包名称 –>-->
- <!-- <include>axis.jar</include> <!– jar包名称 –>-->
- <!-- <include>axis-ant.jar</include> <!– jar包名称 –>-->
- <!-- <include>bsf.jar</include> <!– jar包名称 –>-->
- <!-- <include>castor-0.9.5.2.jar</include> <!– jar包名称 –>-->
- <!-- <include>commons-codec-1.2.jar</include> <!– jar包名称 –>-->
- <!-- <include>commons-discovery-0.2.jar</include> <!– jar包名称 –>-->
- <!-- <include>commons-httpclient-3.0-rc2.jar</include> <!– jar包名称 –>-->
- <!-- <include>commons-logging-1.0.4.jar</include> <!– jar包名称 –>-->
- <!-- <include>commons-net-1.0.0-dev.jar</include> <!– jar包名称 –>-->
- <!-- <include>httpunit.jar</include> <!– jar包名称 –>-->
- <!-- <include>ibmjsse.jar</include> <!– jar包名称 –>-->
- <!-- <include>javax.jms.jar</include> <!– jar包名称 –>-->
- <!-- <include>jaxrpc.jar</include> <!– jar包名称 –>-->
- <!-- <include>JimiProClasses.jar</include> <!– jar包名称 –>-->
- <!-- <include>junit-3.8.1.jar</include> <!– jar包名称 –>-->
- <!-- <include>log4j-1.2.8.jar</include> <!– jar包名称 –>-->
- <!-- <include>mailapi_1_3_1.jar</include> <!– jar包名称 –>-->
- <!-- <include>saaj.jar</include> <!– jar包名称 –>-->
- <!-- <include>servlet.jar</include> <!– jar包名称 –>-->
- <!-- <include>wsdl4j-1.5.1.jar</include> <!– jar包名称 –>-->
- <!-- <include>xml-apis-2.6.2.jar</include> <!– jar包名称 –>-->
- <!-- </includes>-->
- <!-- </resource>-->
- <!-- <resource>-->
- <!-- <directory>src/main/resources</directory> <!– 指定打包时的资源路径(由于自己引入了本地jar所以需要指定一下位置,如果没有引入本地jar就不必配置系统会自动把maven引入的jar打包) –>-->
- <!-- <includes>-->
- <!-- <include>**/*.*</include> <!– 打包路径下的文件 这里*代表模糊匹配 –>-->
- <!-- </includes>-->
- <!-- <filtering>false</filtering>-->
- <!-- </resource>-->
- <!-- </resources>-->
- </build>
- <repositories>
- <repository>
- <id>maven_central</id>
- <name>Maven Central</name>
- <url>https://repo.maven.apache.org/maven2/</url>
- </repository>
- </repositories>
- </project>
|