Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

I am working on an application to better understand the spring security and microservcies architecture i have setup: gateway - module with gateway, oauth2 client, jdbc and psql driver and web ...
Hardik Kumar's user avatar
0 votes
0 answers
20 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
7 replies
8 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
14 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
14 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
1 answer
54 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
51 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
63 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
10 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
42 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
100 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
67 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
-2 votes
1 answer
68 views

I want to write an application on Spring Boot with a web part and a database (Postgres), Spring Data, DataSourceConfiguration, and HikariDataSource. There will be 10 to 20 users. Each user has their ...
Orthodox's user avatar
  • 173

15 30 50 per page
1
2 3 4 5
10041