2019.02.22
场景:Spring中过滤器从.properties文件读取配置项
流程:过滤器很难作为组件自动注入messageService,一般从context中getBean("messageService"),其中messageService已定义为bean
场景:Spring中过滤器从.properties文件读取配置项
流程:过滤器很难作为组件自动注入messageService,一般从context中getBean("messageService"),其中messageService已定义为bean