wangmengqiang001 / spring-feature

test feature of various versions of spring and hibernate
0 stars 0 forks source link

inject bean to servlet #7

Open wangmengqiang001 opened 5 years ago

wangmengqiang001 commented 5 years ago

servlet class is not controlled by spring container, it is said that the bean can be injected into servlet by annotation @Configurable see also #5

wangmengqiang001 commented 5 years ago

tomcat (v8.0) cannot start when spring-aspects is added as dependency. The reason is that spring-aspects depends on aspectjweaver(1.8.9) but the verification to its' signature is failed.