Skip to main content
0 votes
0 answers
13 views

I'm trying to build a Spring Boot 4.0.0 project using Spring Data JPA and want to compile it to a native binary. The first thing I notice is that Spring Boot 4.0.0 uses hibernate 7.1.8.Final, for ...
edeandrea's user avatar
  • 514
-2 votes
0 answers
38 views

I am currently learning Spring Boot, everything was working earlier but now I cannot run it. Class: BooksApplication -> also the set Main class in the configuration: package com.------.books; ...
dnscarface's user avatar
0 votes
0 answers
23 views

Different name for hypermedia links attribute in json response after using RestTemplateBuilder for the first time (links vs _links). We have adopted a legacy application which has several rest ...
Fachher's user avatar
  • 28
1 vote
1 answer
47 views

I'm using Spring WebClient in my Java application to authenticate with Keycloak. The issue I'm facing is: The first WebClient request takes a long time (5-9 seconds), but all subsequent requests are ...
Anish's user avatar
  • 27
-3 votes
1 answer
54 views

In my project I've implemented Spring 7 versioning. But MockMvc tests failed with exception MissingApiVersionException` org.springframework.web.accept.MissingApiVersionException: 400 BAD_REQUEST &...
Grigory Kislin's user avatar
0 votes
2 answers
47 views

I’m having trouble with Spring Cloud Gateway (WebFlux) when I define multiple Path predicates for a single route. Here is an example of my configuration in application.yml: spring: cloud: ...
Nur Sultan ASLAN's user avatar
Advice
1 vote
2 replies
44 views

in spring boot, i wanna have nested records, because if that i need to use multiset in my selects. then i need to order the whole query by fields in my multiset. but the problem is that i get a error ...
Nima Khajehpour's user avatar
2 votes
1 answer
58 views

I created a simple application which just sends in a loop messages to Kafka using KafkaTemplate with transaction mode. But, unfortunately, my code doesn't work with @Transactional in the new Spring. I ...
Artyom's user avatar
  • 119
1 vote
3 answers
118 views

I am doing the learning on Broadcom's Spring Academy to be up to date with the latest best practices. I bumped Spring Boot to 4.0.0 instead of the 3.0.0 on Spring Academy. But I am having some issues ...
Jeremy Lanssiers's user avatar
0 votes
1 answer
51 views

I trying to setup cooperation of gateway and authorization server. help me to find error in the program, when i authenticate me and enter to web authentication form username=admin and password=1 i ...
Snilspefad's user avatar
0 votes
1 answer
64 views

After upgrading my Kotlin application from Spring Boot 3.5.8 to Spring Boot 4.0.0, I get a lot of compiler errors Type argument is not within its bounds: must be subtype of 'Any'. How is it possible ...
Honza Zidek's user avatar
  • 21.8k
0 votes
1 answer
113 views

I’m building a Spring Boot REST API and I’m stuck on an issue that I can’t figure out. I have a simple POST endpoint that should receive a JSON payload and map it to a DTO, but every time I call the ...
FrJ's user avatar
  • 1
1 vote
1 answer
130 views

With Spring Boot 3, I created a @ConfigurationProperties record with @NotBlank validation to manually set the base URL on the RestClient that is passed to the HttpServiceProxyFactory For example: @...
Wim Deblauwe's user avatar
  • 27.2k
0 votes
0 answers
42 views

I’m trying to connect my React frontend (hosted on Azure Static Web Apps) to my Spring Boot backend (hosted on Azure App Service), but the CORS preflight request is failing with HTTP 403. When I run ...
tjDoe's user avatar
  • 1
Best practices
0 votes
1 replies
49 views

I'm a DevOps engineer trying to implement password rotation for multiple services, some are Python, some Node but most are Kotlin and are using spring-boot, Our passwords are encrypted outside AWS and ...
Erez Hochman's user avatar
  • 1,708

15 30 50 per page
1
2 3 4 5
10047