yangys
2024-11-03 1d5e5ce674ae1cecbf199b885b68e52ac8a9df72
smart-man-boot/src/main/resources/application.yml
@@ -14,7 +14,9 @@
spring:
  application:
    name: blade-api
    name: smartman-api
  banner:
    location: classpath:smartbanner.txt
  redis:
    ##redis 单机环境配置
    host: ${redis.host}
@@ -47,11 +49,6 @@
          username: ${datasource.username}
          password: ${datasource.password}
          driver-class-name: ${datasource.driver-class-name}
        tdengine:
          driver-class-name: ${tdengine.driver}
          url: ${tdengine.url}
          username: ${tdengine.username}
          password: ${tdengine.password}
        iotdb:
          driver-class-name: ${iotdb.driver}
          url: jdbc:iotdb://${iotdb.host}:${iotdb.port}/
@@ -277,6 +274,7 @@
      - /blade-cps/workstation/page
      - /blade-cps/group/groupWorkstation/jimu
      - /blade-fms/order/process/issued
      - /blade-cps/test/**
    #授权认证配置
    auth:
      - method: ALL