I'm working on a school project and I'm not sure how to implement this case. I would like to implement it as best practice. Right now I have 3 entities -> St
The goal of my springBoot webflux r2dbc application is Controller accepts a Request including a list of DB UPDATE or INSERT details, and Response a result summ
I am trying to connect a endpoint through HttpClient in my Spring boot application getting Tunnel failed, got: 502 error. I could access through postman and abl
Small question regarding a Java 11 Spring Webflux 2.6.6+ web app, containerized and deployed using Kubernetes please. From the web app application logs, I am se
I am trying to send a PDF that will be created in memory from one API to another API which will then render it in an HTML page. Info about my technologies: Spri
I want a single object from the collection that counts and calculates average. The collection looks like this: [{ "_id" : ObjectId("617822b1d128026ff4c76a76
Hello so today I planned to do some work but now, all my projects are --- I dont know what happened, the same errors occurs in intellij, vscode. Can someone gui
So far I have found 2 methods to configure spring boot application at startup, one uses -D and the other one uses -- like this: java -jar -Dspring.profiles.acti
I have a problem, I have a question entity and an option entity, the relationship is one to many. but when I want to add the options in the question, it shows m
I am setting the cookie in with the command - this.cookieService.set("SessionToken","Niket",20,"null",true,"Lax"); and passing in the interceptor- authReq = re
so im making a spring boot application that im supposed to put in and run from a docker container, and i would like to build the whole image using a docker file
This may seems as duplicate of docker-compose with springboot and redis and docker-compose redis connection issue but the solutions proposed there are not worki
I need to know if there is a way in Java Spring boot not to try a connection at startup. What I am trying to do is an integrated SQL server connection. I am try
I use MongoTemplate to update a document using findAndModify() method. There are nested documents inside one document. Example as following: @Document public cl
I am getting the below issue while trying to run the maven build . Project runs fine in java application but while running maven build getting the below issue .
I'm experimenting a lot with Apache Kafka in a Spring Boot App at the moment. My current goal is to write a REST endpoint that takes in some message payload, wh
My objective is to make sure that a client can't access (retrieve) directly an entity through the Spring Data REST auto-exposed APIs, but rather only to the vie
Returning a response in SpringBoot project like this: @GetMapping("/users") public ResponseEntity<List<UserDto>> getUsers() { return ResponseEnt
I have this SpringFox @Api tag: @Api(hidden = true) I tried to replace it with: @Tag(hidden = true) But where is not option hidded=true What is the proper way
I have some property file like: application.properties enable.test.controller=true enable.cross.origin=false I want to enable/disable some functions based on t