Consider defining a bean of type 'javax.persistence.EntityManagerFactory' in your configuration


提示:Parameter 1 of method springProcessEngineConfiguration in org.activiti.spring.boot.JpaProcessEngineAutoConfiguration$JpaConfiguration required a bean of type 'javax.persistence.EntityManagerFactory' that could not be found. springboot2.5集成activiti的时候出现错误

添加依赖

 1   <dependency>
 2             <groupId>javax.xml.bind</groupId>
 3             <artifactId>jaxb-api</artifactId>
 4             <version>2.4.0-b180830.0359</version>
 5         </dependency>
 6         <dependency>
 7             <groupId>org.hibernate</groupId>
 8             <artifactId>hibernate-entitymanager</artifactId>
 9             <version>4.3.8.Final</version>
10         </dependency>

完美解决问题,暂时没有考究具体原因


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM