@Autowired中还传递了一个required=false的属性,false指明当userDao实例存在就注入不存就忽略,如果为true,就必须注入,若userDao实例不存在,就抛出异常。

NoSuchKey

猜你喜欢

转载自blog.csdn.net/f45056231p/article/details/81294196