| 
									
										
										
										
											2025-09-09 09:33:32 +08:00
										 |  |  |  | <?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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							|  |  |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<groupId>com.zcloud</groupId> | 
					
						
							| 
									
										
										
										
											2025-09-30 12:00:52 +08:00
										 |  |  |  | 	<artifactId>sx_yjb_scheduled</artifactId> | 
					
						
							| 
									
										
										
										
											2025-09-09 09:33:32 +08:00
										 |  |  |  | 	<version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |  | 	<packaging>war</packaging><!-- 以war运行是改成war --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-30 12:00:52 +08:00
										 |  |  |  | 	<name>sx_yjb_scheduled</name> | 
					
						
							|  |  |  |  | 	<description>sx_yjb_scheduled for Spring Boot</description> | 
					
						
							| 
									
										
										
										
											2025-09-09 09:33:32 +08:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<parent> | 
					
						
							|  |  |  |  | 		<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 		<artifactId>spring-boot-starter-parent</artifactId> | 
					
						
							|  |  |  |  | 		<version>2.3.9.RELEASE</version> | 
					
						
							|  |  |  |  | 		<relativePath /> <!-- lookup parent from repository --> | 
					
						
							|  |  |  |  | 	</parent> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<properties> | 
					
						
							|  |  |  |  | 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							|  |  |  |  | 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | 
					
						
							|  |  |  |  | 		<java.version>1.8</java.version> | 
					
						
							|  |  |  |  | 		<shiro.version>1.4.0</shiro.version> | 
					
						
							|  |  |  |  | 		<activiti.version>6.0.0</activiti.version> | 
					
						
							|  |  |  |  | 		<batik.version>1.7</batik.version> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	</properties> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<dependencies> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>com.xuxueli</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>xxl-job-core</artifactId> | 
					
						
							|  |  |  |  | 			<version>2.4.1</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.postgresql</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>postgresql</artifactId> | 
					
						
							|  |  |  |  | 			<version>42.5.0</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>cn.hutool</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>hutool-all</artifactId> | 
					
						
							|  |  |  |  | 			<version>5.8.26</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |  | 			<!-- 移除嵌入式tomcat插件  war包方式部署时,解开注释  --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		    <exclusions> | 
					
						
							|  |  |  |  | 		        <exclusion> | 
					
						
							|  |  |  |  | 		            <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 		            <artifactId>spring-boot-starter-tomcat</artifactId> | 
					
						
							|  |  |  |  | 		        </exclusion> | 
					
						
							|  |  |  |  | 		    </exclusions> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |  | 			<scope>test</scope> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>spring-boot-starter-data-redis</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 	 	<!-- DevTools 热部署  --> | 
					
						
							|  |  |  |  | 	    <dependency> | 
					
						
							|  |  |  |  | 	        <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 	        <artifactId>spring-boot-devtools</artifactId> | 
					
						
							|  |  |  |  | 	        <optional>true</optional> | 
					
						
							|  |  |  |  | 	    </dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	    <!-- war包方式部署时,解开注释  --> | 
					
						
							|  |  |  |  | 	    <dependency> | 
					
						
							|  |  |  |  | 		    <groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>javax.servlet-api</artifactId> | 
					
						
							|  |  |  |  | 		    <version>3.1.0</version> | 
					
						
							|  |  |  |  | 		    <scope>provided</scope> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |  		<!-- activiti --> | 
					
						
							|  |  |  |  | <!-- 		<dependency>
 | 
					
						
							|  |  |  |  | 			<groupId>org.activiti</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>activiti-spring-boot-starter-basic</artifactId> | 
					
						
							|  |  |  |  | 			<version>${activiti.version}</version> | 
					
						
							|  |  |  |  | 			<exclusions> | 
					
						
							|  |  |  |  | 		        <exclusion> | 
					
						
							|  |  |  |  | 		          <groupId>de.odysseus.juel</groupId> | 
					
						
							|  |  |  |  | 		          <artifactId>juel-spi</artifactId> | 
					
						
							|  |  |  |  | 		        </exclusion> | 
					
						
							|  |  |  |  | 		        <exclusion> | 
					
						
							|  |  |  |  | 		          <groupId>de.odysseus.juel</groupId> | 
					
						
							|  |  |  |  | 		          <artifactId>juel-api</artifactId> | 
					
						
							|  |  |  |  | 		        </exclusion> | 
					
						
							|  |  |  |  | 	      	</exclusions> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  |  		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.activiti</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>activiti-json-converter</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${activiti.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> --> | 
					
						
							|  |  |  |  | 		<!-- batik start --> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-anim --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-anim</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-awt-util --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-awt-util</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-bridge</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-codec --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-codec</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-css --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-css</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-dom --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-dom</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-ext --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-ext</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-gvt --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-gvt</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-js --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-js</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-parser --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-parser</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-script --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-script</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-svg-dom --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-svg-dom</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-svggen --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-svggen</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-transcoder --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-transcoder</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-util --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-util</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-xml --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.xmlgraphics</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>batik-xml</artifactId> | 
					
						
							|  |  |  |  | 		    <version>${batik.version}</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |  		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>com.aliyun</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>aliyun-java-sdk-core</artifactId> | 
					
						
							|  |  |  |  | 		    <version>3.3.1</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		 	<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>com.aliyun</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>aliyun-java-sdk-dysmsapi</artifactId> | 
					
						
							|  |  |  |  | 		    <version>1.0.0</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- jstl --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>jstl</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- jasper --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.apache.tomcat.embed</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>tomcat-embed-jasper</artifactId> | 
					
						
							|  |  |  |  | 			<scope>provided</scope> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | <dependency> | 
					
						
							|  |  |  |  |             <groupId>com.jcraft</groupId> | 
					
						
							|  |  |  |  |             <artifactId>jsch</artifactId> | 
					
						
							|  |  |  |  |             <version>0.1.54</version> | 
					
						
							|  |  |  |  |         </dependency> | 
					
						
							|  |  |  |  | 		<!-- freemarker --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.freemarker</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>freemarker</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	    <!-- druid 数据库连接池  --> | 
					
						
							|  |  |  |  | 	    <dependency> | 
					
						
							|  |  |  |  | 			<groupId>com.alibaba</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>druid</artifactId> | 
					
						
							|  |  |  |  | 			<version>1.1.13</version> | 
					
						
							|  |  |  |  | 			<exclusions> | 
					
						
							|  |  |  |  | 		        <exclusion> | 
					
						
							|  |  |  |  | 		            <groupId>com.alibaba</groupId> | 
					
						
							|  |  |  |  | 		            <artifactId>jconsole</artifactId> | 
					
						
							|  |  |  |  | 		        </exclusion> | 
					
						
							|  |  |  |  | 		        <exclusion> | 
					
						
							|  |  |  |  | 		            <groupId>com.alibaba</groupId> | 
					
						
							|  |  |  |  | 		            <artifactId>tools</artifactId> | 
					
						
							|  |  |  |  | 		        </exclusion> | 
					
						
							|  |  |  |  | 		    </exclusions> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!--shiro start--> | 
					
						
							|  |  |  |  | 	    <dependency> | 
					
						
							|  |  |  |  | 	      <groupId>org.apache.shiro</groupId> | 
					
						
							|  |  |  |  | 	      <artifactId>shiro-core</artifactId> | 
					
						
							|  |  |  |  | 	      <version>${shiro.version}</version> | 
					
						
							|  |  |  |  | 	    </dependency> | 
					
						
							|  |  |  |  | 	    <dependency> | 
					
						
							|  |  |  |  | 	      <groupId>org.apache.shiro</groupId> | 
					
						
							|  |  |  |  | 	      <artifactId>shiro-web</artifactId> | 
					
						
							|  |  |  |  | 	      <version>${shiro.version}</version> | 
					
						
							|  |  |  |  | 	    </dependency> | 
					
						
							|  |  |  |  | 	    <dependency> | 
					
						
							|  |  |  |  | 	      <groupId>org.apache.shiro</groupId> | 
					
						
							|  |  |  |  | 	      <artifactId>shiro-ehcache</artifactId> | 
					
						
							|  |  |  |  | 	      <version>${shiro.version}</version> | 
					
						
							|  |  |  |  | 	    </dependency> | 
					
						
							|  |  |  |  | 	    <dependency> | 
					
						
							|  |  |  |  | 	      <groupId>org.apache.shiro</groupId> | 
					
						
							|  |  |  |  | 	      <artifactId>shiro-spring</artifactId> | 
					
						
							|  |  |  |  | 	      <version>${shiro.version}</version> | 
					
						
							|  |  |  |  | 	    </dependency> | 
					
						
							|  |  |  |  | 		<!--shiro end--> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- Spring Boot缓存启动器 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>spring-boot-starter-cache</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- unipush--> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>spring-boot-starter-webflux</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- Ehcache --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>net.sf.ehcache</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>ehcache</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- Mybatis启动器  --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.mybatis.spring.boot</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>mybatis-spring-boot-starter</artifactId> | 
					
						
							|  |  |  |  | 			<version>1.3.2</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- mysql数据库驱动  --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>mysql</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>mysql-connector-java</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- sqlserver数据库驱动  --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>com.hynnet</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>sqljdbc4-chs</artifactId> | 
					
						
							|  |  |  |  | 			<version>4.0.2206.100</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- websocket即时通讯 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		  	<groupId>org.java-websocket</groupId> | 
					
						
							|  |  |  |  | 		  	<artifactId>Java-WebSocket</artifactId> | 
					
						
							|  |  |  |  | 		  	<version>1.3.7</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		 <!-- BASE64处理 --> | 
					
						
							|  |  |  |  |  		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>commons-codec</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>commons-codec</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- 上传文件依赖 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>commons-fileupload</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>commons-fileupload</artifactId> | 
					
						
							|  |  |  |  | 			<version>1.3.3</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- OSS --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>com.aliyun.oss</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>aliyun-sdk-oss</artifactId> | 
					
						
							|  |  |  |  | 			<version>3.10.2</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- alibabajson处理 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>com.alibaba</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>fastjson</artifactId> | 
					
						
							|  |  |  |  | 		    <version>1.2.44</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- 百度富文本编辑器 ueditor --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>com.gitee.qdbp.thirdparty</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>ueditor</artifactId> | 
					
						
							|  |  |  |  | 		    <version>1.4.3.3</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- 根据汉字解析出拼音 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>com.belerweb</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>pinyin4j</artifactId> | 
					
						
							|  |  |  |  | 		    <version>2.5.1</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- quartz定时任务 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.quartz-scheduler</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>quartz</artifactId> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- 服务器硬件使用情况检查 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.fusesource</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>sigar</artifactId> | 
					
						
							|  |  |  |  | 		    <version>1.6.4</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/net.sf.json-lib/json-lib --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>net.sf.json-lib</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>json-lib</artifactId> | 
					
						
							|  |  |  |  | 		    <version>2.4</version> | 
					
						
							|  |  |  |  | 		    <classifier>jdk15</classifier> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.poi</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>poi</artifactId> | 
					
						
							|  |  |  |  | 		    <version>3.17</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-examples --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.poi</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>poi-examples</artifactId> | 
					
						
							|  |  |  |  | 		    <version>3.17</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-excelant --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.poi</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>poi-excelant</artifactId> | 
					
						
							|  |  |  |  | 		    <version>3.17</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.poi</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>poi-ooxml</artifactId> | 
					
						
							|  |  |  |  | 		    <version>3.17</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>org.apache.poi</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>ooxml-schemas</artifactId> | 
					
						
							|  |  |  |  | 			<version>1.3</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-scratchpad --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 		    <groupId>org.apache.poi</groupId> | 
					
						
							|  |  |  |  | 		    <artifactId>poi-scratchpad</artifactId> | 
					
						
							|  |  |  |  | 		    <version>3.17</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  |             <groupId>org.apache.httpcomponents</groupId> | 
					
						
							|  |  |  |  |             <artifactId>httpcore</artifactId> | 
					
						
							|  |  |  |  |             </dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> | 
					
						
							|  |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>org.apache.httpcomponents</groupId> | 
					
						
							|  |  |  |  |             <artifactId>httpclient</artifactId> | 
					
						
							|  |  |  |  |             </dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>com.squareup.okhttp3</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>okhttp</artifactId> | 
					
						
							|  |  |  |  | 			<version>3.14.9</version> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-09-21 10:02:18 +08:00
										 |  |  |  | 		<!-- Oracle JDBC驱动 --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>com.oracle.database.jdbc</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>ojdbc8</artifactId> | 
					
						
							|  |  |  |  | 			<version>19.3.0.0</version> <!-- 19c版本 --> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<!-- 字符集支持库(必须与JDBC驱动版本一致) --> | 
					
						
							|  |  |  |  | 		<dependency> | 
					
						
							|  |  |  |  | 			<groupId>com.oracle.database.nls</groupId> | 
					
						
							|  |  |  |  | 			<artifactId>orai18n</artifactId> | 
					
						
							|  |  |  |  | 			<version>19.3.0.0</version> <!-- 与ojdbc8版本保持一致 --> | 
					
						
							|  |  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2025-09-09 09:33:32 +08:00
										 |  |  |  | 	</dependencies> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<build> | 
					
						
							| 
									
										
										
										
											2025-09-30 12:00:52 +08:00
										 |  |  |  | 		<!-- <finalName>sx_yjb_scheduled</finalName>
 | 
					
						
							| 
									
										
										
										
											2025-09-09 09:33:32 +08:00
										 |  |  |  | 		<plugins> | 
					
						
							|  |  |  |  | 			<plugin> | 
					
						
							|  |  |  |  | 				<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  | 				<artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							|  |  |  |  | 				<version>1.4.2.RELEASE</version>springboot项目打jar包运行 插件版本只能是1.4.2.RELEASE | 
					
						
							|  |  |  |  | 				<configuration> | 
					
						
							|  |  |  |  |                 <mainClass>com.zcloud.SpringBootStartApplication</mainClass>入口类 | 
					
						
							|  |  |  |  |             	</configuration> | 
					
						
							|  |  |  |  | 			</plugin> | 
					
						
							|  |  |  |  | 		</plugins> | 
					
						
							|  |  |  |  | 		<resources> | 
					
						
							|  |  |  |  | 			<resource> | 
					
						
							|  |  |  |  | 				<directory>${basedir}/src/main/webapp</directory> | 
					
						
							|  |  |  |  | 				<targetPath>META-INF/resources</targetPath> | 
					
						
							|  |  |  |  | 				<includes> | 
					
						
							|  |  |  |  | 					<include>**/**</include> | 
					
						
							|  |  |  |  | 				</includes> | 
					
						
							|  |  |  |  | 			</resource> | 
					
						
							|  |  |  |  | 			<resource> | 
					
						
							|  |  |  |  | 				<directory>src/main/resources</directory> | 
					
						
							|  |  |  |  | 				<filtering>false</filtering> | 
					
						
							|  |  |  |  | 				<includes> | 
					
						
							|  |  |  |  | 					<include>**/**</include> | 
					
						
							|  |  |  |  | 				</includes> | 
					
						
							|  |  |  |  | 			</resource> | 
					
						
							|  |  |  |  | 		</resources> --> | 
					
						
							| 
									
										
										
										
											2025-09-30 12:00:52 +08:00
										 |  |  |  | 		<finalName>sx_yjb_scheduled</finalName> | 
					
						
							| 
									
										
										
										
											2025-09-09 09:33:32 +08:00
										 |  |  |  |         <plugins> | 
					
						
							|  |  |  |  |             <plugin> | 
					
						
							|  |  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  |                 <artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							|  |  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2025-10-14 11:48:03 +08:00
										 |  |  |  | 			<plugin> | 
					
						
							|  |  |  |  | 				<groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |  | 				<artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |  | 				<configuration> | 
					
						
							|  |  |  |  | 					<source>8</source> | 
					
						
							|  |  |  |  | 					<target>8</target> | 
					
						
							|  |  |  |  | 				</configuration> | 
					
						
							|  |  |  |  | 			</plugin> | 
					
						
							|  |  |  |  | 		</plugins> | 
					
						
							| 
									
										
										
										
											2025-09-09 09:33:32 +08:00
										 |  |  |  | 	</build> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | </project> |