Error creating bean with name 'sysDictDataController': Unsatisfied dependency expressed through field 'di
时间: 2023-11-06 21:22:23 浏览: 78
根据提供的引用内容,你遇到的问题是 "Error creating bean with name 'sysDictDataController': Unsatisfied dependency expressed through field 'di"。根据提供的引用内容,我推测你在使用Spring Boot时遇到了依赖注入的问题。
根据引用的内容,你的应用程序的配置文件`application.yml`中指定了数据库的连接信息和其他配置。而引用中的`pom.xml`文件列出了你项目的依赖关系,包括Spring Boot、Flowable工作流和MySQL驱动程序等。
然而,根据引用中的解决方法,你可能需要在Spring Boot启动时排除Spring的自动配置,并导入自己的动态数据源类。这个示例代码还展示了如何扫描Mapper并配置Spring Boot应用程序。
此外,引用中提供了一个添加字体配置类的例子,用于设置Flowable引擎的字体。
根据你的问题描述,"Error creating bean with name 'sysDictDataController': Unsatisfied dependency expressed through field 'di",我推测问题出现在`sysDictDataController`中的`di`字段上,可能是由于依赖注入失败导致的。你可以检查一下`sysDictDataController`类中是否正确注入了所需的依赖,并确保它们已经正确配置和初始化。
综上所述,你可以按照上述引用提供的信息和解决方法来解决你遇到的问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span><span class="em">4</span>
阅读全文