Search code examples
Spring default behavior for lazy-init...

springlazy-initializationspring-ioc

Read More
Spring doesn't scan classes annotated with @Component/@Service etc...

javaspringminecraftspring-annotationsspring-ioc

Read More
Why Spring framework does not allow autowire primitive types?...

javaspringdependency-injectionspring-ioc

Read More
Spring Boot: autowire beans from library project...

spring-bootspring-data-jpamulti-modulespring-ioccomponent-scan

Read More
About AnnotationConfigApplicationContext in Spring framework...

javaspringspring-ioc

Read More
Entity Manager Object in SimpleTask executor thread...

javaspringhibernatejpaspring-ioc

Read More
exclude @Component from @ComponentScan...

javaspringdependency-injectionspring-bootspring-ioc

Read More
BeanFactory Vs ApplicationContext in concern of BeanPostProcessor And BeanFactoryPostProcessor...

javaspringjavabeansapplicationcontextspring-ioc

Read More
Spring application having AnnotationConfigApplicationContext: getting run time exception...

javaspringspring-ioc

Read More
Difference between @InjectMocks and @Autowired usage in mockito?...

javaspringdependency-injectionmockitospring-ioc

Read More
Is a spring bean created with NEW really a singleton...

springspring-beanspring-ioc

Read More
Spring boot: bean definition name duplicated...

spring-bootspring-ioc

Read More
Spring bean scopes: session and globalSession...

javaspringspring-mvcspring-ioc

Read More
How concurrency works in SpringBoot when the default lifetime of objects is singleton...

spring-bootkotlinconcurrencyspring-webfluxspring-ioc

Read More
Unable to maintain two parallel sessions while running tests using testNG(Selenium) using Spring?...

javaspringseleniumtestngspring-ioc

Read More
Error when using @RequestScope to create Final Class Bean...

springcglibspring-ioc

Read More
AnnotationConfigApplicationContext.getBean returns a different bean, Spring...

javaspringinversion-of-controlioc-containerspring-ioc

Read More
use @value in non-bean class in spring boot...

javaspringspring-bootsingletonspring-ioc

Read More
Circular dependency in Spring injection - Is this bad design?...

javaspringoopdesign-patternsspring-ioc

Read More
Spring @PreDestroy method...

springspring-ioc

Read More
Magic behind @ComponentScan and @Component...

javaspringautowiredspring-ioc

Read More
Spring Inject Generic Type...

javaspringspring-bootgenericsspring-ioc

Read More
Spring recursively loading application context...

javaspringspring-ioc

Read More
how to get bean scope on spring?...

springspring-ioc

Read More
Spring Boot test doesn't find bean from sibling package...

javaspringspring-bootspring-testspring-ioc

Read More
How to pass a String (Non managed bean) to a managed bean...

springspring-batchspring-ioc

Read More
Spring generic Hibernate DAO...

javaspringhibernatedaospring-ioc

Read More
In a Spring service, should I set null or empty lists used in the end of a method to save memory?...

javaspringspring-bootdependency-injectionspring-ioc

Read More
Spring @Autowired behavior different in tests than components...

springspring-testspring-ioc

Read More
Java Should be a string defined as constant if it being used only at one place...

javaspring-ioc

Read More
BackNext