Explore

spring-boot ×
  • screenshot

    Getting No HttpMessageConverter in postman response

    public class DMSUploadImpl implements DMSUploadService { @Autowired private AccessUtill jwtUtil; @Value("${dms.upload}") String dmsUpload; @Value("${filevalidation}") String filevalidation;...

  • screenshot

    Spring boot 3 Authentication provider not get invoked

    I have spring boot 3 project with custom authentication provider. In this I validate signature sent...

  • screenshot

    Take maven spring profile from jenkins pipeline

    I have a problem with a jenkins pipeline on a maven spring boot project using spring...

  • screenshot

    How to force grouping the lessons for the same series of students in the same Timeslot and the same Room Timefold/Optaplanner?

    I want to enforce the student groups from the same series of students to be in...

  • screenshot

    What filter is used by authorizeHttpRequest.anyRequest().authenicated()?

    This is my SecurityConfig class, even though my custom filter: SettingsAPIAuthFilter successfully authenticates the request, it...

  • screenshot

    How to set ssl context dynamically in resttemplate or restclient?

    I have created a rest template with connection pooling and ssl context as Bean.. But I...

  • screenshot

    Spring 3 - Security: How to rebuild authManager () usage?

    I try to go from Spring-Boot 2.7 to 3.1 - its regarding Security. What I have...

  • screenshot

    Two rabbitmq queues with exactly same configuration one of them is not created automatically (Spring Boot 3 RabbitMQ)

    I have 2 queues beans declared in one spring boot module, both queues have exactly same...

  • screenshot

    Spring Boot 3 Data Jpa Methods Not working

    My Entity Structure import com.application.authserver.core.jpa.entity.AbstractBusinessUnitJpaEntity; import jakarta.persistence.Column; import jakarta.persistence.Entity; import jakarta.persistence.Index; import jakarta.persistence.Table; import lombok.*; import...

  • screenshot

    Override ConfigurationProperties Of Library from Application

    I've created a ConfigurationProperties in my base-library: @Setter @Getter @Configuration @ConfigurationProperties(prefix = "base.props") public class DemoProperties...

  • screenshot

    image fetch from database to UI using react + springBoot + axios

    iam try to doing last 2 day fetch the image to UI in here image is...

  • screenshot

    Spring Boot receive emoji rest

    i have a angular client that send a emoji to Spring Boot Rest Client. when I...

  • screenshot

    Is there any way to do repository patterns with Firebase?

    I'm migrating my Spring Boot app to Firebase from SQL. In MySQL or MongoDB, we have...

  • screenshot

    Mastering JWT Authentication & Authorization in Spring Boot 3.1

    Authentication is pivotal in cybersecurity, verifying user identities before granting access. Explore a detailed guide on...

  • screenshot

    Access from front end to backend block by CORS policy

    Hi so im new to programming. i have been done a project with 1 guys and...

  • screenshot

    How to make UserDetailsService throw custom exception when user is not found Spring boot?

    I'm working on a Spring Boot application where I'm implementing user authentication using Spring Security. I...

  • screenshot

    JOOQ - Generate text[] as List<String>

    Is it possible to force Jooq to generate a List instead of a text[] when generating...

  • screenshot

    Spring security not working for multiple DB configuration

    I am working on spring boot project with spring security and mongodb. The project was working...

  • screenshot

    Is there a way to use a Spring managed bean and customize it to my usecase

    I have a usecase as described below. I am defining a webclient.builder like below. @Bean(“customBuilder) Public...

  • screenshot

    mockMvc beans is always null in my integration tests in springboot 3.2.2

    my mocked repositories beans are always null in my integration tests in springboot 3.2.2 What I...

  • screenshot

    No procedure matches the given name and argument types - Calling stored procedure from Spring Data JPA OUT parameter unknown & mismatched

    I am learning Spring Data JPA as part of my Spring Boot revision. I am trying...

  • screenshot

    Kurento groupcall - websocket connection failed

    I'm trying to set up groupcall in my webapp using kurento tutial for group calls. In...

  • screenshot

    Updating an entity with Spring Data JPA without explicitly setting each field

    I have an entity in my Spring Boot application with a version column annotated with @Version...

  • screenshot

    Docker Compose with Java Spring Boot and Apache Kafka (KRaft without Zookeeper)

    I'm trying to send some event to topic "helloworld" from Spring Boot Producer to Apache Kafka...