spring-boot-microservices icon indicating copy to clipboard operation
spring-boot-microservices copied to clipboard

This repository contains the latest source code of th spring-boot-microservices tutorial

Results 15 spring-boot-microservices issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for the great tutorial, I have been following this for quite sometime but I am still stuck in the part where SecurityConfig for Discovery Server is defined....

**Description:** I'm encountering an issue where, despite the Resilience4j Time Limiter being applied to the `placeOrder` method in the `OrderService` class, the order is still getting saved after a timeout....

🐛 Issue Title: Fix Grafana container error Description: When running the Grafana container, the following error occurs: ```shell mkdir: can't create directory '/var/lib/grafana/plugins': Permission denied GF_PATHS_DATA='/var/lib/grafana' is not writable. You...

change version to v2.50.0 if get error `metric name http_server_requests_seconds_count does not support exemplars`

2023-05-23 13:00:24.776 DEBUG [api-gateway,,] 1 --- [or-http-epoll-1] o.s.s.oauth2.jwt.JwtClaimValidator : The iss claim is not valid 2023-05-23 13:00:24.782 DEBUG [api-gateway,,] 1 --- [or-http-epoll-1] o.s.s.w.s.a.AuthenticationWebFilter : Authentication failed: The iss claim is...

This update replaces nearly deprecated methods with safe ones. It also adds security to the Discovery Service so that credentials in the application.properties file are supplied when accessing localhost:8761

🐛 Fix: Unable to generate traces with Sleuth and Zipkin incompatibility Started implementing Sleuth with Zipkin, but encountered compatibility issues with Spring Boot 3.2.1. As a workaround, switched to Brave...

Below is my code. `import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.Customizer; import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity; import org.springframework.security.config.web.server.ServerHttpSecurity; import org.springframework.security.web.server.SecurityWebFilterChain; @Configuration @EnableWebFluxSecurity public class SecurityConfig { @Bean public SecurityWebFilterChain securityFilterChain(ServerHttpSecurity serverHttpSecurity) { serverHttpSecurity.csrf(ServerHttpSecurity.CsrfSpec::disable) .authorizeExchange(exchange...

LIke the broker in the docker-compose.yml automatically disconnects.