Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
42 views

I have spent couple of days trying to turn on Oracle UCP logs in my Spring boot app but haven't succeeded. Here is code that i used to get some details (root and oracle loggers level, handlers): @...
Matthew's user avatar
Advice
0 votes
1 replies
63 views

I’m looking for good free resources to learn Java Full Stack Development (beginner to advanced). It would be helpful if the resources cover: Core Java Spring / Spring Boot REST APIs Database (...
Ravi Kiran Eedupuganti's user avatar
1 vote
0 answers
25 views

I am using the Elasticsearch Java API Client to execute a search query with aggregations. In Elasticsearch, my field mapping is: "departmentId": { "type": "integer" } ...
Kalavena Dharaneshwar's user avatar
0 votes
0 answers
25 views

I have the following appender setup in my application that performs hourly rollover and compresses log files: <appender name="log-file" class="ch.qos.logback.core.rolling....
Markus's user avatar
  • 1,781
1 vote
0 answers
88 views

I have 3 relevant classes @Entity @Table @IdClass(SzczegolyZamowieniaId.class) public class SzczegolyZamowienia { int ilosc; @Id @ManyToOne Zamowienie zamowienie; @Id @...
luktvpl's user avatar
  • 47
1 vote
1 answer
92 views

We are upgrading to Spring Boot 3.5.5 so some code is historically grown. We have a central portal application where users can login. It provides different login mechanisms depending on the specific ...
NeoP5's user avatar
  • 629
0 votes
1 answer
64 views

I am building a skeleton MCP server using Spring AI with the STDIO transport: pom.xml <properties> <java.version>21</java.version> <spring-ai-starter.version&...
gusto2's user avatar
  • 12.2k
1 vote
1 answer
69 views

I’m facing an issue while uploading a file between two Spring Boot microservices using OpenFeign. task-service generates an Excel file It sends the file to system-service using Feign (multipart/form-...
Sandip Gadade's user avatar
0 votes
1 answer
72 views

I need to create a Restfull API with Spring Boot 3.x./ Spring_Data_JPA (Hibernate) I have this scenario. I need to create child entities and cascade the persist/merge to the parent entity. This means: ...
Thomas_Mylonas's user avatar
Best practices
1 vote
0 replies
64 views

There are lots of good examples for how to configure Spring Boot for CORS online, but it seems to be very hard to find anything with an intersection of: Using the APIs in Spring Boot 3 rather than ...
Jules's user avatar
  • 15.3k
0 votes
0 answers
23 views

I have a Spring Boot app that when I run locally, I can set the SPRING_QUARTZ_AUTO_STARTUP=false variable and it prevents the scheduler from starting. Doing the same in Azure App Service, and it is ...
MrDuck's user avatar
  • 23
0 votes
1 answer
108 views

I recently migrated my application from Spring Boot 2 with Hibernate 5 to Spring Boot 3 with Hibernate 6 in a testing environment. Since the migration, I encounter issues during high load (overload ...
i.fayza's user avatar
  • 21
0 votes
1 answer
80 views

We have a Spring Boot application deployed on AWS Lambda that makes outbound calls to OCPI partner APIs (EMSP roaming partners). We use @Async for these outbound calls to avoid blocking the main ...
Arjun Rishi's user avatar
-2 votes
0 answers
69 views

My learning Spring Boot project consists of the files below. My goal is to write Unit tests that test the UserRepository queries. I've tried different annotations, but never got the test to run. ...
doppelfish's user avatar
0 votes
0 answers
35 views

I'm working with the New Relic Java agent and trying to record a simple custom metric using recordMetric. My use case is very straightforward: I want to track something like "transactions per ...
JUAN DIEGO DIAZ ACEVEDO's user avatar

15 30 50 per page
1
2 3 4 5
10028