org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminController' defined in file [D:\Java\IdeaProject\halo-master\out\production\classes\run\halo\app\controller\admin\api\AdminController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminServiceImpl' defined in file [D:\Java\IdeaProject\halo-master\out\production\classes\run\halo\app\service\impl\AdminServiceImpl.class]: Unexpected exception during bean creation; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'spring.datasource.driver-class-name' in value "${spring.datasource.driver-class-name}"
所有的class-name都修改了,还是这个问题,我修改成了mysql的