From e15f561a1f9eddfde503d59baf45a860b131928e Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期三, 13 八月 2025 14:22:50 +0800
Subject: [PATCH] 更新最新版代码

---
 src/main/resources/spring-servlet.xml |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/spring-servlet.xml b/src/main/resources/spring-servlet.xml
index 834ffff..09d330d 100644
--- a/src/main/resources/spring-servlet.xml
+++ b/src/main/resources/spring-servlet.xml
@@ -38,7 +38,8 @@
     <!--閰嶇疆鏁版嵁婧�-->
     <bean id="ds" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
         <property name="driverClassName" value="com.mysql.jdbc.Driver"/>
-        <property name="url" value="jdbc:mysql:///hxzkflow?characterEncoding=UTF8&amp;allowMultiQueries=true"/>
+<!--        <property name="url" value="jdbc:mysql://47.108.70.204:3306/hxzkflow?characterEncoding=UTF8&amp;allowMultiQueries=true"/>-->
+        <property name="url" value="jdbc:mysql://192.168.5.121/hxzkflow?characterEncoding=UTF8&amp;allowMultiQueries=true"/>
         <property name="username" value="root"/>
         <property name="password" value="123456"/>
     </bean>
@@ -103,9 +104,10 @@
     </bean>
 
     <!-- 瀹氫箟trigger 瑙﹀彂鍣� -->
+<!--    瀹氭椂瀵规帴鏁版嵁-->
     <bean id="cronTrigger" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean">
         <property name="jobDetail" ref="jobDetail"></property>
-<!--        <property name="cronExpression" value="0 30 14 * * ?"></property>-->
+<!--        <property name="cronExpression" value="0 44 09 * * ?"></property>-->
         <property name="cronExpression" value="0 0 0 * * ?"></property>
     </bean>
 
@@ -115,10 +117,11 @@
 <!--        <property name="cronExpression" value="0 0 12 */2 * ?"></property>-->
 <!--    </bean>-->
     <!-- 瀹氫箟绗笁涓釜trigger 瑙﹀彂鍣� -->
-    <bean id="cronTrigger3" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean">
-        <property name="jobDetail" ref="jobDetail3"></property>
-        <property name="cronExpression" value="0 0 12 */2 * ?"></property>
-    </bean>
+<!--    <bean id="cronTrigger3" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean">-->
+<!--        <property name="jobDetail" ref="jobDetail3"></property>-->
+<!--        <property name="cronExpression" value="0 26 09 * * ?"></property>-->
+<!--&lt;!&ndash;        <property name="cronExpression" value="0 0 12 */2 * ?"></property>&ndash;&gt;-->
+<!--    </bean>-->
 
     <bean id="scheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean">
         <property name="configLocation" value="classpath:quartz.properties" />
@@ -128,7 +131,7 @@
             <list>
                 <ref bean="cronTrigger"/>
 <!--                <ref bean="cronTrigger2"/>-->
-                <ref bean="cronTrigger3"/>
+<!--                <ref bean="cronTrigger3"/>-->
             </list>
         </property>
     </bean>

--
Gitblit v1.9.3