Answers for "No qualifying bean of type 'com.richoco.demo.Customers' available"

0

No qualifying bean of type 'com.richoco.demo.Customers' available

Add @Component to the class....example below:

@Component 
public class Customers{ // code of choice goes here }
Posted by: Guest on November-09-2020

Code answers related to "No qualifying bean of type 'com.richoco.demo.Customers' available"

Browse Popular Code Answers by Language