Search code examples
Spring Boot tests: exclude one specific @Configuration class without using the @Profile annotation...


javaspring-bootunit-testingspring-boot-testspring-context

Read More
Spring Cloud dynamic consumer creation, message type is lost...


spring-bootspring-cloud-streamspring-context

Read More
Spring override application.properties without using spring.config.location...


springspring-bootjava-17spring-context

Read More
Spring-Boot Components from other jar are not in context...


javaspringspring-bootspring-restcontrollerspring-context

Read More
Problem reading classes from JPMS module in Spring 6...


javaspringclassloaderjava-modulespring-context

Read More
Autowired on Constructor with parameters fails...


springspring-context

Read More
@PropertySource doesn't override properties defined in application.properties...


javaspringspring-bootproperties-filespring-context

Read More
Correct the classpath of your application so that it contains compatible versions of the classes org...


javaspringspring-bootspring-context

Read More
Why do we use a qualifier when we can have a name for the bean?...


javaspringspring-bootspring-beanspring-context

Read More
Tomcat 10 pass Environment Variable or Property to spring boot context...


javaspring-bootapplication.propertiesspring-contexttomcat10

Read More
Is there any annotation equivalent of "default-lazy-init" attribute in Spring Framework?...


javaspringspring-context

Read More
@ConditionalOnBean not work for spring boot test...


springspring-bootspring-context

Read More
Cannot access org.springframework.ui.velocity.VelocityEngineFactory Method setVelocityEngine()...


javaspring-bootspring-mvcvelocityspring-context

Read More
exclude the configuration file (.xml and package) from dependency jar in gradle spring project...


javaspringspring-mvcgradlespring-context

Read More
Use JUnit 5 parallel test execution and still profit from Spring's context caching?...


springjunitjunit5spring-testspring-context

Read More
Merging two Spring Application Context without closing the first application context...


javaspringspring-context

Read More
Is BeanPostProcessor postProcessAfterInitialization needed only to work with proxy?...


springspring-bootspring-beanspring-context

Read More
Binding two Property classes and I need to merge them to one and Bind that too...


javaspringspring-beanspring-context

Read More
Spring Context doesn't seem to recognize a Bean when creating it with stereotype annotations. Th...


springspring-beanspring-context

Read More
Autowired property is null in EnvironmentPostProcessor implementation class on startup...


javaspringspring-bootautowiredspring-context

Read More
Spring Boot application context interferes with separate ClassPathXmlApplicationContext...


javaspringspring-bootspring-context

Read More
creating bean of a class in Spring Boot application?...


spring-bootentitymanagerspring-context

Read More
Spring Cucumber ActiveProfiles annotation not working with CucumberContext...


spring-bootcucumberspring-profilesspring-context

Read More
override command line Spring properties with bootstrap.yml...


springspring-bootspring-cloudspring-cloud-configspring-context

Read More
How to inject Spring boot Environment bean to Custom Spring xml bean?...


javaspringspring-bootspring-context

Read More
Does spring resolve property placeholders for lazy beans during context creation?...


javaspringlazy-loadingspring-beanspring-context

Read More
@Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE)...


springspring-bootspring-beanspring-context

Read More
Where is spring context stored and what is the data structure?...


springspring-context

Read More
Spring Context Hierarchy: How to initialize child contexts concurrently...


springspring-bootapplicationcontextspring-context

Read More
What is the difference between spring-context and spring-core dependencies?...


springmavendependenciesspring-context

Read More
BackNext