Marcel Ton

Results 2 issues of Marcel Ton

I can not run the server with "our company" configuration and am unsure why. After creating an SPA Client in Okta with OpenID Connect I clone the project. I adjust...

Replicate problem: Pom relevant deps: ``` org.springframework.cloud spring-cloud-dependencies 2022.0.4 pom import org.springframework.cloud spring-cloud-starter-openfeign io.github.openfeign feign-hc5 ``` Config in `application-local.properties` ``` feign.url=https://subdomain.address.com/endpoint ``` Client: ``` @FeignClient(name = "test-client", url = "${feign.url}")...

waiting for feedback