org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'captchaController
时间: 2023-10-27 13:55:11 浏览: 91
测试spring中的org.springframework.beans.factory.InitializingBean
': Unsatisfied dependency expressed through field 'captchaService': Error creating bean with name 'captchaServiceImpl': Unsatisfied dependency expressed through field 'captchaGenerator': Error creating bean with name 'captchaGeneratorImpl': Unsatisfied dependency expressed through field 'imageIOHelper': Error creating bean with name 'imageIOHelper': Unsatisfied dependency expressed through field 'font': Error creating bean with name 'captchaFont': Invocation of init method failed; nested exception is java.io.FileNotFoundException: class path resource [fonts/arial.ttf] cannot be opened because it does not exist; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'captchaFont': Invocation of init method failed; nested exception is java.io.FileNotFoundException: class path resource [fonts/arial.ttf] cannot be opened because it does not exist
阅读全文