From 8d573e45a06558221f0945f59666114ba8442075 Mon Sep 17 00:00:00 2001 From: 邱宇豪 <qyh123230312> Date: 星期五, 22 九月 2023 13:27:35 +0800 Subject: [PATCH] 单位工程管理 --- hd/pipe/gateway/src/main/resources/application-dev.yml | 76 +++----------------------------------- 1 files changed, 6 insertions(+), 70 deletions(-) diff --git a/hd/pipe/gateway/src/main/resources/application-dev.yml b/hd/pipe/gateway/src/main/resources/application-dev.yml index 99b3744..e267699 100644 --- a/hd/pipe/gateway/src/main/resources/application-dev.yml +++ b/hd/pipe/gateway/src/main/resources/application-dev.yml @@ -7,76 +7,12 @@ discovery: heart-beat-interval: 3000 heart-beat-timeout: 15000 - group: pipe - gateway: - filter: - strip-prefix: - enabled: true - application: - name: gateway + group: supipe + config: + file-extension: yml + group: sunacos config: activate: on-profile: dev -redisson: - enable: true - address: redis://111.30.93.215:6379 - password: Thhy@123 - timeout: 10000 - connectTimeout: 20000 - connectionPoolSize: 100 - connectionMinimumIdleSize: 10 - retryAttempts: 5 - retryInterval: 3000 - redissonCacheDefault: 86400000 -global: - keyPrefix: pipe - dataSnap: false #日志快照功能 - baseDirName: D:\\file\\ -excludeurls: - - "/login" - - "/sysUser/findList" - - "/platUser/export" - - "/depart/export" - - "/group/export" - - "/group/groupUserExport" - - "/dorm/viewcode" - - "/spare/export" - - "/city/cities" - - "/rsbMaterialPlan/export" - - "/file/upload" - - "/file/down" - - "/file/preview" - - "/projectInfo/export" - - "/pipeInfo/export" - - "/steelPrint/test" - - "/hardware/outMod" - - "/secureGood/viewcode" - - "/rsbMaterialPlan/statExport" - - "/mixingstationstorage/statExport" - - "/pro/protest" - - "/platUser/register" - - "/company/pulldown" - - "/company/findAll" - - "/position/findall" - - "/mpLogin" - - "/mpLogin/getOpenId" - - "/platUser/checkuser" - - "/exam/examRecordDown" - - "/pl/prolisten" - - "/screen/display" - - "/prolistenserver/" - - "/mixMaterial/export" - - "/bigDevice/bigDeviceInfo" - - "/pipeInfo/h5PipeList" - - "/pipeInfo/checkHistory" - - "/waterCultivated/getH5WaterRecord" - - "/modcheck/getH5MouldInfo" - - "/steelProduce/getH5SteelProduce" - - "/steel/steelThingJsList" - - "/record/recordThingJsList" - - "/project/projectSizeThingJsList" - - "/pipecreen/pipeThingJsInfo" - - "/video/videoList" - - "/video/videoListPath" - - "/steelProduce/produceLoopingThingJs" - - "/steel/restDataByOne" \ No newline at end of file + import: + - optional:nacos:${spring.application.name}-${spring.config.activate.on-profile}.${spring.cloud.nacos.config.file-extension} \ No newline at end of file -- Gitblit v1.9.3