SpringMVC @Resource @Service @AnnotationDAO注解的使用和不加导致的异常 博客分类: Spring MVC
程序员文章站
2024-02-16 15:23:52
...
@Service
/**
* 收费
* @author jinlong
*
*/
@Service
public class FeeService {
}
如果不加@Service参数 在 FeeController中调用service方法 会抛如下异常:
严重: Servlet.service() for servlet spring-mvc threw exception
java.lang.NullPointerException