forked from kidgrow-microservices-platform

zhaoxiaohao
2020-06-16 35526b2a9ba8b5d8625dcab452479e69c30d0c84
kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml
@@ -187,9 +187,10 @@
      - /actuator/health
      - /actuator/info
      - /api-sms/smsChangLan/send
      - /api-user/syshospital/findAllByMap
      - /api-user/sysdictionaries/findAll
      - /api-user/sysdepartment/findListByHospitalId
      - /api-user/users/doctorUserReg
#      - /api-user/syshospital/findAllByMap
#      - /api-user/sysdictionaries/findAll
#      - /api-user/sysdepartment/findListByHospitalId
    # 忽略权限鉴定
    authority-ignores:
      - /*/authority/granted/me
@@ -212,9 +213,10 @@
        /login.html,
        /user/login,
        /api-sms/smsChangLan/send,
        /api-user/syshospital/findAllByMap,
        /api-user/sysdictionaries/findAll,
        /api-user/sysdepartment/findListByHospitalId
        /api-user/users/doctorUserReg
#        /api-user/syshospital/findAllByMap,
#        /api-user/sysdictionaries/findAll,
#        /api-user/sysdepartment/findListByHospitalId
    auth:
      #开启时间戳验证
      timestampenable: false