With Spring Boot, I use @DirtiesContext to ensure the database is cleared before each test case. There is no @DirtiesContext annotation with Quarkus AFAIK. Inst
As per this we implemented Spring boot auth with Azure AD: https://ordina-jworks.github.io/security/2020/08/18/Securing-Applications-Azure-AD.html Here the acce
I have c converter which works: public class StringToLongConverter implements Converter<String, Long> { @Override public Long convert(String sour
I have 2 yml files, one is for common for all applications and the other one is for specific application. application.yml ui-service.yml in application.yml spri
I am trying to use limit rate API for a Spring Boot Rest application, with bucket4j based on the following online resource Please find my configuration below: B
Working on an Azure AD-based authentication using OAuth2 and its On-Behalf-Of authentication flow. I am wondering how to actually check the token comparison bet
Spring Boot Cloud Disovery Question, Problem with Eureka hostname after docker upgrade on windows 10. (Note: docker is not hosting spring services, just maria
I have updated my springboot , along with that my assertj also seems to have upgraded. Now the test which was initially working in the older version is failing.
The dependencies of some of the beans in the application context form a cycle: authController defined in file [...\AuthController.class] ↓ user
The Spring-Boot + Thymeleaf project does not fill in the input type= "time" field When opening the html form. That's how it works: <input type="time" class="
I recently upgraded to finagle-core 22.4.0 from 21.4.0 and see this while loading integration tests in the application. I use wiremock-standalone version 2.27.2
I'm trying to create a Specification for filtering a table. This table has 2 @ManyToOne relationships (that can be null) and I'd like to apply the filter inside
I have a Spring Boot application and hibernate exception comes every day at a particular time at night. The exception is : could not execute statement; SQL [n/a
I have a spring-boot application with one database. Now I would like to integrate the possibility to copy some data from this database to another database. The
application.yml server: port: 9001 application.properties server.port= 9001 code works when I use .properties file but when I am using .yml file no propert
I have a Spring Boot Controller with an endpoint that accepts the following Configuration class (as json). The class has the param maxIterations and has a @Size
I use this kafka configuration with spring cloud and spring boot 2.6.6: @Configuration @RefreshScope public class KafkaProducerConfig { @Bean(name = "nativeP
I'm working on a Spring Boot project. I'm writing a Unit Test code based on TDD which is a little bit difficult. @SpringBootTest loaded all beans, which led to
How can I load List of objects from configuration yml file in java springboot application? I already tried several sources: configuration-properties-in-spring
I have a strange problem with a Spring Boot Test. The test itself is empty, but it does not even manage to start the application. I get an error "Failed to load