zeusSpring icon indicating copy to clipboard operation
zeusSpring copied to clipboard

Missing @Component on the class

Open oneturkmen opened this issue 4 years ago • 0 comments

The following class with a field annotation @Autowired is missing class @Component. Is that intentional?

https://github.com/AichaelLee/zeusSpring/blob/251777bef6ed018010fe3981ff270d15b8741862/zeus-web/src/main/java/org/zeus/ValidateCodeBeanConfig.java#L12

Reference: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/Autowired.html

oneturkmen avatar Aug 12 '21 21:08 oneturkmen