From 00495ff5ff71153c67cf3fd7962bf5596164f502 Mon Sep 17 00:00:00 2001 From: yang_shj <1069818635@QQ.com> Date: Wed, 3 Jul 2024 09:03:31 +0800 Subject: [PATCH] =?UTF-8?q?#=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hzims-service/topvision/pom.xml | 62 ---- .../topvision/src/main/resources/banner.txt | 7 - .../src/main/resources/template/template.yml | 73 ----- .../src/test/resources/application-test.yml | 31 -- .../topvision/src/test/resources/application.yml | 21 -- hzims-service/topvision/topvision.iml | 344 --------------------- .../src/test/resources/application-test.yml | 50 --- .../weather/src/test/resources/application.yml | 55 ---- 8 files changed, 643 deletions(-) delete mode 100644 hzims-service/topvision/pom.xml delete mode 100644 hzims-service/topvision/src/main/resources/banner.txt delete mode 100644 hzims-service/topvision/src/main/resources/template/template.yml delete mode 100644 hzims-service/topvision/src/test/resources/application-test.yml delete mode 100644 hzims-service/topvision/src/test/resources/application.yml delete mode 100644 hzims-service/topvision/topvision.iml delete mode 100644 hzims-service/weather/src/test/resources/application-test.yml delete mode 100644 hzims-service/weather/src/test/resources/application.yml diff --git a/hzims-service/topvision/pom.xml b/hzims-service/topvision/pom.xml deleted file mode 100644 index c4d35c5..0000000 --- a/hzims-service/topvision/pom.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - com.hnac.hzims - hzims-service - 4.0.0-SNAPSHOT - - 4.0.0 - topvision - jar - - - - org.springblade - blade-common - - - org.springblade - blade-system-api - - - - com.hnac.hzims - topvision-api - - - - com.baomidou - dynamic-datasource-spring-boot-starter - 2.5.6 - - - org.mybatis.generator - mybatis-generator-core - 1.3.2 - - - - - hzims-${project.name}-${project.version} - - - com.spotify - dockerfile-maven-plugin - - ${docker.username} - ${docker.password} - ${docker.registry.url}/${docker.namespace}/${project.artifactId} - ${project.version} - true - - target/${project.build.finalName}.jar - - false - - - - - - diff --git a/hzims-service/topvision/src/main/resources/banner.txt b/hzims-service/topvision/src/main/resources/banner.txt deleted file mode 100644 index f171d84..0000000 --- a/hzims-service/topvision/src/main/resources/banner.txt +++ /dev/null @@ -1,7 +0,0 @@ - _ _ ____ ___ __ __ ___ _ _ ___ _ _ ___ - | || | |_ / |_ _| | \/ | / __| o O O | | | | | _ \ o O O | | | | | _ \ - | __ | / / | | | |\/| | \__ \ o | |_| | | _/ o | |_| | | _/ - |_||_| /___| |___| |_|__|_| |___/ TS__[O] \___/ _|_|_ TS__[O] \___/ _|_|_ -_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| {======|_|"""""|_| """ | {======|_|"""""|_| """ | -"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-' - diff --git a/hzims-service/topvision/src/main/resources/template/template.yml b/hzims-service/topvision/src/main/resources/template/template.yml deleted file mode 100644 index a23c283..0000000 --- a/hzims-service/topvision/src/main/resources/template/template.yml +++ /dev/null @@ -1,73 +0,0 @@ -#服务器端口 -server: - port: 8200 - -#oss配置 -oss: - endpoint: "${hzinfo.oss.endpoint}" - access-key: "${hzinfo.oss.access-key}" - secret-key: "${hzinfo.oss.secret-key}" - -#数据源配置 -spring: - #排除DruidDataSourceAutoConfigure - autoconfigure: - exclude: com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DruidDataSourceAutoConfigure - dynamic: - primary: hzims - datasource: - hzims: - url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true - username: ${hzinfo.db.busines.username} - password: ${hzinfo.db.busines.password} -# -# datasource: -# url: "jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/hzims?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true" -# username: "${hzinfo.db.busines.username}" -# password: "${hzinfo.db.busines.password}" - - -#mybatis-plus配置 -mybatis-plus: - mapper-locations: classpath:com/hnac/hzims/**/mapper/*Mapper.xml - #实体扫描,多个package用逗号或者分号分隔 - typeAliasesPackage: com.hnac.hzims.**.entity - -#swagger扫描路径配置 -swagger: - base-packages: com.hnac.hzims.safeproduct - -xxl: - job: - accessToken: '' - admin: - addresses: "http://${hzims.server.ip}:7009/xxl-job-admin" - executor: - appname: hzims-safeproduct - ip: "${hzims.server.ip}" - logpath: /data/applogs/xxl-job/jobhandler - logretentiondays: 7 - port: 28200 - -hzims: - tenantId: 200000 - #ops-push - jgPushCode: ops-push - safeProduct: - safeTool: - filePath: /data/hzims/safeProduct/pdf/file - modulePath: /data/hzims/safeProduct/pdf/template/SafeToolTemplate.html - sadeToolKey: hzims:safeProduct:safeToolType - sms-code: aliyun-safeTool-push - rehearsal: - savePath: /data/hzims/safeproduct/rehearsal - train: - savePath: /data/hzims/safeproduct/train - conference: - savePath: /data/hzims/safeproduct/conference - hygiene: - savePath: /data/hzims/safeproduct/hygiene - car: - savePath: /data/hzims/safeproduct/car - risk: - save-path: /data/hzims/file/safeproduct/pdf \ No newline at end of file diff --git a/hzims-service/topvision/src/test/resources/application-test.yml b/hzims-service/topvision/src/test/resources/application-test.yml deleted file mode 100644 index ec31deb..0000000 --- a/hzims-service/topvision/src/test/resources/application-test.yml +++ /dev/null @@ -1,31 +0,0 @@ -#服务器端口 -server: - port: 8205 - -#数据源配置 -#spring: -# datasource: -# url: ${blade.datasource.dev.url} -# username: ${blade.datasource.dev.username} -# password: ${blade.datasource.dev.password} - -spring: - #排除DruidDataSourceAutoConfigure - autoconfigure: - exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure - datasource: - dynamic: - #设置默认的数据源或者数据源组,默认值即为master - primary: master - datasource: - master: - url: jdbc:mysql://192.168.1.20:3576/dev_duty?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true - username: root - password: 123 - slave: - url: jdbc:mysql://192.168.1.20:3576/dev_duty?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true - username: root - password: 123 -topvision: - #鼎视接口服务 - url: http://175.6.40.67:25381/topvision-api/ diff --git a/hzims-service/topvision/src/test/resources/application.yml b/hzims-service/topvision/src/test/resources/application.yml deleted file mode 100644 index 38326ec..0000000 --- a/hzims-service/topvision/src/test/resources/application.yml +++ /dev/null @@ -1,21 +0,0 @@ -#mybatis-plus配置 -mybatis-plus: - mapper-locations: classpath:com/example/**/mapper/*Mapper.xml - #实体扫描,多个package用逗号或者分号分隔 - typeAliasesPackage: com.example.**.entity - -#swagger扫描路径配置 -swagger: - base-packages: - - org.springbalde - - com.example - -#oss配置 -oss: - enable: true - name: minio - tenant-mode: false - endpoint: http://127.0.0.1:9000 - access-key: D99KGE6ZTQXSATTJWU24 - secret-key: QyVqGnhIQQE734UYSUFlGOZViE6+ZlDEfUG3NjhJ - bucket-name: bladex diff --git a/hzims-service/topvision/topvision.iml b/hzims-service/topvision/topvision.iml deleted file mode 100644 index 2371ba1..0000000 --- a/hzims-service/topvision/topvision.iml +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/hzims-service/weather/src/test/resources/application-test.yml b/hzims-service/weather/src/test/resources/application-test.yml deleted file mode 100644 index f5c6be7..0000000 --- a/hzims-service/weather/src/test/resources/application-test.yml +++ /dev/null @@ -1,50 +0,0 @@ -#服务器端口 -server: - port: 8300 - -#数据源配置 -spring: - #排除DruidDataSourceAutoConfigure - autoconfigure: - exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure - datasource: - url: jdbc:mysql://175.6.40.67:5816/dev_hzims_weather?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true - username: root - password: 123 - - redis: - ##redis 单机环境配置 - host: 192.168.1.68 - port: 3577 - password: 1qaz2WSX@redis - database: 0 - ssl: false - -#mybatis-plus配置 -mybatis-plus: - mapper-locations: classpath:com/hnac/hzims/**/mapper/*Mapper.xml - #实体扫描,多个package用逗号或者分号分隔 - typeAliasesPackage: com.hnac.hzims.**.entity - -xxl: - job: - accessToken: '' - admin: - addresses: http://192.168.1.68:7009/xxl-job-admin - executor: - appname: hzims-weather - ip: 192.168.1.68 - logpath: /data/applogs/xxl-job/jobhandler - logretentiondays: -1 - port: 28300 - -#swagger扫描路径配置 -swagger: - base-packages: - - org.springbalde - - com.hnac - -hzims: - weather: - public-id: HE2206121654341891 - private-key: 0779937e923d4e46b3be9a08bf2e5d45 diff --git a/hzims-service/weather/src/test/resources/application.yml b/hzims-service/weather/src/test/resources/application.yml deleted file mode 100644 index 9db2d19..0000000 --- a/hzims-service/weather/src/test/resources/application.yml +++ /dev/null @@ -1,55 +0,0 @@ -#服务器端口 -server: - port: 8300 - -#数据源配置 -spring: - #排除DruidDataSourceAutoConfigure - autoconfigure: - exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure - datasource: - url: jdbc:mysql://175.6.40.67:5816/dev_hzims_weather?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true - username: root - password: 123 - - redis: - ##redis 单机环境配置 - host: 192.168.1.68 - port: 3577 - password: 1qaz2WSX@redis - database: 0 - ssl: false - -#mybatis-plus配置 -mybatis-plus: - mapper-locations: classpath:com/hnac/hzims/**/mapper/*Mapper.xml - #实体扫描,多个package用逗号或者分号分隔 - typeAliasesPackage: com.hnac.hzims.**.entity - -xxl: - job: - accessToken: '' - admin: - addresses: http://192.168.1.68:7009/xxl-job-admin - executor: - appname: hzims-weather - ip: 192.168.1.68 - logpath: /data/applogs/xxl-job/jobhandler - logretentiondays: -1 - port: 28300 - -#swagger扫描路径配置 -swagger: - base-packages: - - org.springbalde - - com.hnac - -# hzims: -# weather: -# station: -# # 三日天气 -# three-days-weather: hzims:weather:station:3dWeather -# # 七日天气 -# seven-days-weather: hzims:weather:station:7dWeather -# # 实时天气 -# now-weather: hzims:weather:station:nowWeather