The White Rabbit

Dress for the job you want, not the job you have.

Tag: java

Java is a general-purpose compiled object-oriented programming language. Check all content related to java...

Friday, 6 May 2022

[Solved] Failed to load ApplicationContext. BeanCreationException...

Error creating bean with name '...'. IllegalArgumentException: warning no match for this type name. [Java, Spring Boot, JUnit]

spring-boot junit java

Tuesday, 22 June 2021

[SOLVED] Failed to load ApplicationContext. NoSuchBeanDefinitionException...

When executing any of the JUnit test cases within the Spring Framework in Eclipse a NoSuchBeanDefinitionException is arising. 'No qualifying bean of type ... available: expected at least 1 bean which qualifies as autowire candidate'. Fixed by replacing test class annotation as follows.

spring-boot junit java

Tuesday, 2 March 2021

Setting up a Java development environment in 3 steps on Windows

Set up a Java development (tested here on Windows 10) using Chocolately, JDK and Gradle and an IDE of your choice.

java jdk openjdk gradle