Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring

Spring Unit Testing: Using @SpyBean to mock a void method: getting NullPointerException for that bean unless I use @Mock instead

DIfference between Spring Kafka and Spring Integration Kafka

Micronaut: Mock Factory-created Beans in Spock

Spring AOP/AspectJ logging the execution time of a method but how to pass arguments to it? (Spring boot API)

java spring aop aspectj

What does the spring.cloud.stream.source really do?

Unable to unit test a @KafkaListener annotated method

Springboot Actuator Refresh does not reload @Value properties in @ConfigurationProperties

Alternate for EC2MetadataUtils

Fetch user information in Resource Server

using keycloak refresh token i am able to logout but my access token is not invalidating

How to get spring-boot @Async to work with Java 8

Execute code after loading application context in a Spring Boot command Line application

Spring Security on a non Spring Web app

spring spring-security

java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'user' available as request attribute [duplicate]

How to add another step to a Spring Batch job using Annotations?

Adding request scope in Spring results in java.lang.IllegalStateException: No Scope registered for scope name 'request'

How to check long-runing queries in spring boot/postgresql application?

spring postgresql hibernate

Spring autowire by constructor not working without setter method

How to inject mocked object by jmockit to a spring managed object with @Transactional method?