xilele 发表于 2019-12-7 16:13:16

EasypoiDictServiceI cannot be resolved to a type

Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'easypoiDictService' defined in file : Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class : Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problem:
        EasypoiDictServiceI cannot be resolved to a type
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class : Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problem:
        EasypoiDictServiceI cannot be resolved to a type

        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:164)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1070)
        ... 26 more
Caused by: java.lang.Error: Unresolved compilation problem:
        EasypoiDictServiceI cannot be resolved to a type

        at org.jeecgframework.easypoi.service.EasypoiDictService.<init>(EasypoiDictService.java:21)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:148)
        ... 28 more

请大佬,指点一下,究竟是哪里的问题导致,应该修改哪里?才能消除。


页: [1]
查看完整版本: EasypoiDictServiceI cannot be resolved to a type