Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot

Why are my dependency Spring beans instantiated twice ? Once from the jar dependency and once from the classpath

java spring spring-boot

Mocking REST API calls with SpringBoot profiles

Enum query param does not work - openapi-generator

how to add an extra string or key/value pair only for some specific log message in java spring boot project

java spring-boot log4j log4j2

Spring Boot Web Security Application, WebSecurityConfigurerAdapter is deprecated, what can I use instead to make my WebSecurityConfig class work?

Spring boot mocking static methods with PowerMock in Integration test

If condition based on Activeprofile

java spring-boot

Unable to launch springboot application without setting datasource

Spring @TestConfiguration affecting other test classes

Is it safe to return an ResponseEntity<InputStreamResource> that wraps S3Object.getObjectContent() in REST controller?

Hibernate Search 6 with Hibernate 6

How to configure security in elasticsearch 8.5.3 using Starter Data Elasticsearch 3.0.1 in maven java springboot

CSRF token value when same page is opened in two tabs on same machine?

Cannot connect to H2 Database with given route from Jhipster

How to mock a class that been annotated with Primary

spring-boot mockito

Using an enum as a named parameter in Spring Query annotation

Health endpoints only says "status: up" and does not show up sensitive information

replacing an OAuth2 WebClient in a test