springboot在controller层注入service时报NullPointerException空指针异常

springboot controller层autowire service层时为null空指针异常的错误

这个错误是由于自己的粗心导致的,在编写controller时将请求action方法定义为了private,这样会导致spring注入失败,太不细心了,必须要改!

你可能感兴趣的:(vue.js,springboot)