| | |
| | | server: |
| | | port: 8880 |
| | | spring: |
| | | cloud: |
| | | nacos: |
| | | server-addr: 111.30.93.212:8848 |
| | | server-addr: 111.30.93.215:8848 |
| | | discovery: |
| | | server-addr: ${spring.cloud.nacos.server-addr} |
| | | 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: pro |
| | | 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" |
| | | - "/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" |
| | | - "/platUser/doorlis" |
| | | - "/pipecreen/pipePlanProduct" |
| | | - "/platUser/isuplis" |
| | | - "/video/videoList" |
| | | - "/video/videoListPath" |
| | | - "/platUser/faceRecord" |
| | | - "/pl/agv" |
| | | - "/pipecreen/materialRecord" |
| | | - "/pl/monthProductRingByPro" |
| | | - "/steelProduce/produceLoopingThingJs" |
| | | - "/platUser/doorlisWithPic" |
| | | - "/steel/restDataByOne" |
| | | import: |
| | | - optional:nacos:${spring.application.name}-${spring.config.activate.on-profile}.${spring.cloud.nacos.config.file-extension} |