TaleLin / lin-cms-spring-boot

🔨 基于SpringBoot的CMS/DMS/管理系统开发框架
http://doc.cms.talelin.com/
MIT License
912 stars 255 forks source link

项目中引入io.github.talelin 后 run 报错:Field authorizeVerifyResolver in io.github.talelin.autoconfigure.interceptor.AuthorizeInterceptor required a bean of type 的错误,请问是哪里有问题? #277

Open baggiomygod opened 2 years ago

baggiomygod commented 2 years ago

项目中引入io.github.talelin.autoconfigure,但未使用 报错:


APPLICATION FAILED TO START


Description:

Field authorizeVerifyResolver in io.github.talelin.autoconfigure.interceptor.AuthorizeInterceptor required a bean of type 'io.github.talelin.autoconfigure.interfaces.AuthorizeVerifyResolver' that could not be found.

The injection point has the following annotations:

Action:

Consider defining a bean of type 'io.github.talelin.autoconfigure.interfaces.AuthorizeVerifyResolver' in your configuration.

Process finished with exit code 0