Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
23 views

On a context.md file, I specify willing Spring Boot 4.0.3 for API: # Contexte du Projet - beaufort-brise ## Description Générale - **Nom** : beaufort-brise - **Objectif** : Projet en cours de ...
Marc Le Bihan's user avatar
0 votes
1 answer
42 views

How to specify different retry policy for different exceptions in Spring-core 7 with Spring-rabbit-4.0.x and Spring-retry-2.0.12. Something like below was possible in Spring-core 6 and below. final ...
nagaraj gond's user avatar
4 votes
0 answers
81 views

Consider: @AllArgsConstructor(onConstructor_ = @Autowired) I used this @AllArgsConstructor Lombok annotation in my class repository during Spring Boot work. cannot find symbol symbol: method ...
user32299629's user avatar
Tooling
0 votes
0 replies
42 views

Current spring implementation of structured logging with ECS format creates object "service" with fields: name, version, environment, node I would like to add field "id" to the ...
abc12331231's user avatar
Advice
0 votes
2 replies
52 views

I need help designing a Multi-User Blog Platform using Spring Boot and React or with HTML, CSS, and JavaScript. What basic modules should I implement? What should be my first step to start the project?...
Sabia's user avatar
  • 1
-9 votes
0 answers
87 views

i have SSO login System i want user details. username,hostname,OSversion etc.. I have a Java web application that needs to know the computer name of clients connecting to it. i not need (InetAddress....
Rohit Kumar's user avatar
-1 votes
0 answers
31 views

Im using spring boot 3.5.x, and have configured the following: management.endpoints.web.exposure.include=info,health,metrics,loggers management.endpoints.web.base-path=/ and my security config: ....
user1555190's user avatar
  • 3,407
Advice
0 votes
2 replies
60 views

I have a Spring service class with two methods, both annotated with @Transactional. When I call the second method from the first one internally (within the same bean), the transaction of the second ...
EgorSorokin's user avatar
Tooling
0 votes
2 replies
87 views

I have a monorepo with 7 subprojects(modules), where 6 of these are a Spring Boot application. I am also using Spring Boot Docker Compose dependency <modules> <module>common</module&...
DJViking's user avatar
  • 911
0 votes
0 answers
50 views

I am encountering a java.lang.NoSuchMethodError when running my integration tests using Spring Boot and Testcontainers. The error specifically mentions: java.lang.NoSuchMethodError: 'java.lang.Object ...
sodiki SALAMI's user avatar
Best practices
0 votes
1 replies
91 views

I am implementing JWT authentication with Spring Security. In this filter I validate the JWT, extract the email, and then load the user using UserDetailsService. @Component @RequiredArgsConstructor ...
Mayank Grover's user avatar
0 votes
0 answers
56 views

I would like to use the spring framework for client authentication but I have an unusual message format to retrieve the bearer token. The closest is client_secret_post but not quite. Below is the curl ...
Stuart's user avatar
  • 130
Advice
2 votes
2 replies
83 views

I am working on a project where I have to audit some fields, I was going to use hibernate envers, but since it doesn't extend to custom logic, I am now in between using AOP to intercept methods with a ...
Mehdi Mhimer's user avatar
0 votes
1 answer
54 views

Disclaimer : this is a MRE I encounter the following exception : org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.MyTest': Unsatisfied dependency ...
wintenbb's user avatar
  • 4,168
1 vote
1 answer
68 views

Is it possible to disable the request time-out for a specific endpoint? Ihave the following: @RestController public class Controller { ... @PostMapping(value = "/.../endpoint", ...
Fury_Fiber's user avatar

15 30 50 per page
1
2 3 4 5
10035