Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-2 votes
0 answers
43 views

Cannot send any request from one service to another through API Gateway with JWT Token in Spring Boot Microservices [closed]

I've tried to implement and example of Spring Boot Microservices. After register and login process is completed, I can get a token with its relevant role. When I send a request to product service ...
jacksondel's user avatar
0 votes
0 answers
40 views

Spring Boot microservices with JWT (Cannot run Integration test (401 Unauthorized Error))

I try to implement an example of Spring Boot microservices with JWT. I have some problem. I cannot run all integration tests of product service even if I defined bearer token in terms of admin and ...
jacksondel's user avatar
0 votes
0 answers
37 views

How to call REST API using Spring Webclient in global post filter

Spring Cloud Gateway with WebFlux: 4.1.0 We have implemented couple of custom Global pre and post filters in our Spring Cloud Gateway application. We are using Spring WebClient utility to make call to ...
Deepak Chhetri's user avatar
0 votes
0 answers
47 views

Migrating from Spring cloud oauth2 to spring security after Springboot 3.0.0 upgrade

After migrating my project from Springboot security 2.7 to 3.0, i find myself in a bit of a migration trouble. I have correctly migrated whole project ot use jakarta dependencies instead of javax, but ...
user3475581's user avatar
0 votes
0 answers
33 views

Spring cloud and spring security dependency problem

I created an Api Gateway with spring boot, but when I add spring security I have this exception: Description: The bean 'conversionServicePostProcessor', defined in class path resource [org/...
maryam maleki's user avatar
0 votes
0 answers
37 views

Spring library compatibility confusion

According to the release train available here, it appears that I should be able to use Spring Boot 3.3.1 with Spring Cloud 2023.0.2. In addition to these, I am also trying to use Spring Cloud AWS v3.2....
Keith Bennett's user avatar
-1 votes
1 answer
96 views

Spring Cloud Gateway security configuration error

I try to run application wiht spring security, but got followind error , i nont have a clue why. I was following this guide videos - https://www.youtube.com/watch?v=rbKzR6QWKLI&t=486s&...
Denys Garbuz's user avatar
0 votes
1 answer
45 views

Calling a service name using RestClient, HttpInterfaces and Eureka

I've been using RestClient and HttpInterfaces in Spring Boot 3.2 to make calls to different external and internal services. Now I want to introduce spring cloud for service discovery to call the ...
Andre Ticona's user avatar
0 votes
0 answers
42 views

Api Gateway giving 404 Error in spring cloud gateway

I have tried every thing to resolve still MY API Gateway is giving 404 error.If i am accressing Directly my PRODUCT Service it is NOT Giving any error. I have made a product Service Which i am able to ...
Pranjal Katyayan's user avatar
0 votes
0 answers
40 views

Spring cloud gateway : Returns 200 to an api call but no response in body

When I hit URL through postman, [localhost:8090/api/v1] I get 200 but no response in body and when I check the logs of the service which was hit through gateway it shows nothing, which means it didn't ...
Aditya Priyam iGTB's user avatar
0 votes
0 answers
66 views

java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.netflix.ribbon.RibbonAutoConfiguration.loadBalancerClient

I am migrating the Springboot from 2.2.6.RELEASE to the 2.7.18 version with Spring cloud version 2021.0.3 Post that I am getting the below Exception:- Can anyone please suggest which dependency/...
Harshal_Kalavadiya's user avatar
0 votes
0 answers
10 views

URL load issue in Spring boot Angular project localhost:8080/ loading but localhost:8080/ui/myui not loading

We are using spring boot, spring cloud and Angular as frontend. After deployment locahost:8080/ is loading the Angular home page but when full path provided like locahost:8080/ui/myui is not loading ...
samiran gupta's user avatar
0 votes
1 answer
283 views

Spring boot azure function : This function was programmatically called via the host APIs

I am trying to create a spring boot azure function using the following guide https://github.com/eggboy/springcloud-azurefunction/tree/springboot3 https://medium.com/microsoftazure/create-azure-...
Roshan Bogahapitiya's user avatar
0 votes
0 answers
42 views

not able to run spring boot project with zuul dependency on spring boot version 2.2.2.RELEASE

We are implementing spring cloud zuul proxy in our application. Problem is that we are not able to run it using spring boot parent version 2.2.2.RELEASE. Everything is working fine with spring boot ...
J. Doe's user avatar
  • 1
0 votes
0 answers
17 views

RefreshEndPoint bean not available after upgrading the MS to Springboot 3.2

After upgrading the microservice to Springboot 3.2, the application is failing with below error.Same works fine with Springboot 2.5.14 Unsatisfied dependency expressed through field 'refreshEndpoint': ...
Praveen's user avatar

15 30 50 per page
1
2 3 4 5
161