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 @@ + + + + + + + + + + + + + + + + + + +