【发布时间】:2021-11-11 19:26:06
【问题描述】:
我需要帮助以了解我的应用程序中的错误,请帮助我!
错误控制台
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'personController' defined in file [D:\IntelliJ\projetcs\personapi\target\classes\one\digitalinnovation\personapi\controller\PersonController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in file [D:\IntelliJ\projetcs\personapi\target\classes\one\digitalinnovation\personapi\service\PersonService.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [one.digitalinnovation.personapi.service.PersonService]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError
【问题讨论】:
标签: java spring-boot maven heroku-api