huang
2025-11-25 19f59c243e8df97c8b9fd9dba4e758be8235d68b
gateway/src/main/resources/application.yml
@@ -17,68 +17,4 @@
          predicates:
            - Path=/api/plcSend/**
          filters:
            - StripPrefix=2
        - id: glassStorage
          uri: lb://glassStorage
          predicates:
            - Path=/api/glassStorage/**
            -
          filters:
            - StripPrefix=2
        - id: loadGlass
          uri: lb://loadGlass
          predicates:
            - Path=/api/loadGlass/**
          filters:
            - StripPrefix=2
        - id: cutting
          uri: lb://cutting
          predicates:
            - Path=/api/cutting/**
          filters:
            - StripPrefix=2
        - id: horizontal
          uri: lb://horizontal
          predicates:
            - Path=/api/horizontal/**
          filters:
            - StripPrefix=2
        - id: edging
          uri: lb://edging
          predicates:
            - Path=/api/edging/**
          filters:
            - StripPrefix=2
        - id: verticalGlass
          uri: lb://verticalGlass
          predicates:
            - Path=/api/verticalGlass/**
          filters:
            - StripPrefix=2
        - id: temperingGlass
          uri: lb://temperingGlass
          predicates:
            - Path=/api/temperingGlass/**
          filters:
            - StripPrefix=2
        - id: unLoadGlass
          uri: lb://unLoadGlass
          predicates:
            - Path=/api/unLoadGlass/**
          filters:
            - StripPrefix=2
        - id: hollowGlass
          uri: lb://hollowGlass
          predicates:
            - Path=/api/hollowGlass/**
          filters:
            - StripPrefix=2