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

Error: Could not find or load main class com.backend.PFE.PfeApplication Caused by: java.lang.ClassNotFoundException: com.backend.PFE.PfeApplication Class PfeApplication is located in src/main/java/...
Geek IT's user avatar
Best practices
3 votes
1 replies
45 views

My context I have a large Java Spring-Boot project that have fitted in an hexagonal architecture. It is focused on cities and local authorities problematic, and study various subjects: cities, ...
Marc Le Bihan's user avatar
-4 votes
0 answers
28 views

I have a do data migration using spring batching And created a processor of 10 steps in which first 3 steps are api calls that create the new txn in the system with the data from the source But if ...
Amrit's user avatar
  • 1
-2 votes
0 answers
34 views

I'm struggling to build my Maven Spring Boot project. Every time I run mvn clean install (or in my IDE), I get the following error: Could not resolve dependency: org.codehaus.plexus:plexus-utils:jar:4....
Geek IT's user avatar
3 votes
1 answer
57 views

I'm trying to add support for @ConfigurationProperties records to use Guava's immutable types directly. I already have ImmutableSet and ImmutableList working via a Converter<List<?>, ...
Cobra1117's user avatar
  • 1,484
-4 votes
0 answers
71 views

I am integrating ClamAV scanning into a Spring Boot application to validate uploaded files before storing them. The application streams file bytes to the clamd daemon using the INSTREAM command via a ...
Surya Teja Chavali's user avatar
1 vote
2 answers
86 views

I am migrating a Spring Boot 3.x application to use Java Virtual Threads. I have replaced my standard async executor with a virtual thread executor: @Bean public Executor taskExecutor() { return ...
Max's user avatar
  • 840
4 votes
0 answers
68 views
+50

I solved my Problem. I just dont really understand why Hibernate ist not showing its cache entries. I had the following representation that caused an OOM in my service while deleting lots of Entities. ...
GJohannes's user avatar
  • 1,815
0 votes
1 answer
51 views

I'm implementing authentication with Auth0 in a Spring Boot application using the OAuth2 resource server. Everything works correctly locally, but after deploying to Azure App Service, I cannot access ...
Andreas's user avatar
  • 65
-4 votes
0 answers
57 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
65 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
5 votes
1 answer
133 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
1 replies
76 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
63 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
-1 votes
0 answers
33 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

15 30 50 per page
1
2 3 4 5
10035