Reda MESSOUDI

Results 2 comments of Reda MESSOUDI

I think it's will be interesting to make it auto configurable. In my case, i use config server (spring cloud) and it will be useful to manage this configuration only...

with this configuration ``` spring: application: name: secureclient server: port: 5678 ssl: enabled: true key-store: classpath:keystore.jks key-store-password: password1234 key-store-provider: SUN key-store-type: JKS eureka: client: service-url: defaultZone: https://localhost:8761/eureka instance: non-secure-port-enabled: false...