spring cloud & gateway support fix

spring cloud & gateway support fix
This commit is contained in:
Crystal.Sea
2021-09-14 13:43:54 +08:00
parent 81b343527a
commit 8e901cd699
7 changed files with 13 additions and 54 deletions

View File

@@ -42,7 +42,7 @@ maxkey.server.authz.uri =${maxkey.server.name}/maxkey
#InMemory 0 , Redis 2
maxkey.server.persistence =${SERVER_PERSISTENCE:0}
#identity
maxkey.identity.kafkasupport =${SERVER_KAFKA_SUPPORT:false}
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
#issuer name
maxkey.app.issuer =CN=ConSec,CN=COM,CN=SH
@@ -406,7 +406,6 @@ management.security.enabled =false
management.endpoints.web.exposure.include =*
management.endpoint.health.show-details =ALWAYS
#Spring Boot Admin Client
spring.application.name =maxkey
spring.boot.admin.client.url =${SPRING_BOOT_ADMIN_URL:http://127.0.0.1:9528}
management.health.redis.enabled =false