From 25aeaee31e38ca366c82b6a019a996bd3560796e Mon Sep 17 00:00:00 2001 From: fangjiakai <450850793@qq.com> Date: Thu, 4 Jan 2024 10:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88education?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zcloud/config/StartWebsocketServer.java | 2 +- src/main/resources/application.properties | 6 + .../datasource/prevention/ScheduleMapper.xml | 132 ------------------ .../mybatis/dsno2/mybatis-config.xml | 20 +++ 4 files changed, 27 insertions(+), 133 deletions(-) delete mode 100644 src/main/resources/mybatis/datasource/prevention/ScheduleMapper.xml create mode 100644 src/main/resources/mybatis/dsno2/mybatis-config.xml diff --git a/src/main/java/com/zcloud/config/StartWebsocketServer.java b/src/main/java/com/zcloud/config/StartWebsocketServer.java index f98b442..92112cc 100644 --- a/src/main/java/com/zcloud/config/StartWebsocketServer.java +++ b/src/main/java/com/zcloud/config/StartWebsocketServer.java @@ -17,7 +17,7 @@ public class StartWebsocketServer implements ApplicationRunner{ @Override public void run(ApplicationArguments var1) throws Exception{ - System.out.println("-------------------定时任务系统启动成功-------------------"); + System.out.println("-------------------系统启动成功-------------------"); } } diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 96938b5..cf09458 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -60,3 +60,9 @@ spring.main.banner-mode=off #spring.resources.static-locations=file:${web.upload-path},file:${web.front-path} config.basicInfo.id=011de03c1d0a412ca78e2e5d4637ea81 config.basic.url=http://192.168.0.7:8082/zcouldProperty + +customer.id=LAZ-20221129-3 +customer.SECRET_KEY=a256e8575c3f4240b08f6350f13ce8e2 +#开发 +customer.url=https://api.qhdsafety.com/sync/ +customer.domain=video.qhdsafety.com diff --git a/src/main/resources/mybatis/datasource/prevention/ScheduleMapper.xml b/src/main/resources/mybatis/datasource/prevention/ScheduleMapper.xml deleted file mode 100644 index 000032c..0000000 --- a/src/main/resources/mybatis/datasource/prevention/ScheduleMapper.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - OA_SCHEDULE - - - - - SYS_DICTIONARIES - - - - - f.TITLE, - f.FHDESC, - f.CDATA, - f.USERNAME, - f.SCHEDULE_ID - - - - - TITLE, - FHDESC, - CDATA, - USERNAME, - SCHEDULE_ID - - - - - #{TITLE}, - #{FHDESC}, - #{CDATA}, - #{USERNAME}, - #{SCHEDULE_ID} - - - - - insert into - - ( - - ) values ( - - ) - - - - - delete from - - where - SCHEDULE_ID = #{SCHEDULE_ID} - - - - - update - - set - TITLE = #{TITLE}, - FHDESC = #{FHDESC}, - CDATA = #{CDATA}, - SCHEDULE_ID = SCHEDULE_ID - where - SCHEDULE_ID = #{SCHEDULE_ID} - - - - - - - - - - - - - - delete from - - where - SCHEDULE_ID in - - #{item} - - - - - diff --git a/src/main/resources/mybatis/dsno2/mybatis-config.xml b/src/main/resources/mybatis/dsno2/mybatis-config.xml new file mode 100644 index 0000000..d62696b --- /dev/null +++ b/src/main/resources/mybatis/dsno2/mybatis-config.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + +