hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -3,11 +3,16 @@
spring:
  profiles:
    active: dev
    active: cz
  application:
    name: unLoadGlass
  liquibase:
    enabled: false
  task:
    scheduling:
      pool:
        size: 10
      thread-name-prefix: task-unLoad
mybatis-plus:
@@ -24,5 +29,5 @@
  throughHeight: 2500
  threshold: 5      #下片的最大阈值
  scan:
    ip: 127.0.0.1
    ip: 192.168.30.199
    port: 5000