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

I am trying to run a Spring Boot application that is using a local jar file called llgen-1.0.5.jar. I am running this application using Tomcat. I keep getting the following exception when I try to ...
Factor Three's user avatar
  • 2,370
0 votes
0 answers
37 views

I am working on an application to better understand the Spring Security and microservcies architecture. I have setup: Spring Authorization Server Spring Cloud Gateway MVC OAuth2 Resource Server ...
Hardik Kumar's user avatar
0 votes
0 answers
44 views

I have a Spring Boot multi-module Maven project. Modules: module-1 → Spring Boot application (packaged as a runnable fat jar) module-2 → Spring Boot application (also packaged as fat jar) module-3 →...
CHARAFI Saad's user avatar
  • 1,440
Advice
0 votes
10 replies
19 views

CartridgeException.java package com.example.transformation.cartridge; public class CartridgeException extends RuntimeException { public CartridgeException(String message) { super(message); } ...
user32206664's user avatar
0 votes
0 answers
37 views

I tried the new Spring Shell 4. Default example straight out of the box works fine, however, when I change to the documentation aligned below code I get a class not found (for the org.jline.reader....
MaduKan's user avatar
  • 926
0 votes
0 answers
36 views

I am using Hibernate Search with a Lucene backend (version 10) and I am getting this warning, when running my Spring Boot application: Java vector incubator module is not readable. For optimal vector ...
niemand's user avatar
0 votes
2 answers
63 views

I am upgrading my Spring Boot app to Spring Boot 4.0.1. However, I can not figure out the correct dependency to add to my pom.xml for the following annotations in my @SpringBootTest annotated ...
Jan-Hendrik van Heusden's user avatar
0 votes
0 answers
57 views

I have a Spring Boot application with the following logback-spring.xml configuration. After startup, I notice that file logs (info.log and log.log) contain only minimal output, while the console ...
Tiina's user avatar
  • 4,869
0 votes
2 answers
54 views

I'm encountering the message below at runtime when my application tries to map my entities to Dto classess using Mapstruct and Lombok together in spring boot java: cannot find symbol symbol: ...
Jose Daniel Navarro Brito's user avatar
0 votes
1 answer
64 views

I initialized a Bean for ThreadPoolTaskExecutor myself. Then call threadPoolTaskExecutor.getThreadPoolExecutor().hashCode() to get the latest hasCode. @Slf4j @EnableAsync @Configuration public class ...
Qeir Mr.钟's user avatar
Best practices
0 votes
0 replies
11 views

I have 2 instances for my backend (2 differents servers) I am using hazelcast 5.5 with spring boot in my application for differents cases : - Hibernate L2 cache - Cache applicative for my api (@...
madiskou's user avatar
0 votes
1 answer
49 views

Is there a way I can customize MFA so that if a user logs in with an OIDC provider like Google or Facebook they can simply access my app but if a user wants to log in using a username password ...
Hardik Kumar's user avatar
0 votes
2 answers
101 views

This is my application.properties file spring.application.name=service spring.sql.init.mode=always spring.datasource.url=jdbc:postgresql://localhost:5432/mydatabase spring.datasource.username=myuser ...
Roshan Thapa's user avatar
Best practices
5 votes
6 replies
69 views

I am developing spring boot microservice application with java 17 and need best practise to use date data types for createdDate and modifiedDate for all the mongo collections. These fields not using ...
Anil Nivargi's user avatar
  • 1,747
0 votes
1 answer
64 views

I’m using Spring Boot’s Gradle bootBuildImage task on Windows to build and push an image to Google Artifact Registry. The image builds successfully, but the push fails with an unauthenticated error. A ...
ben's user avatar
  • 557

15 30 50 per page
1
2 3 4 5
10041