我正在使用ObjectDB在Spring-Boot中实现一个程序。然而,只要我想使用Spring-Actuator,我就会得到以下错误: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration我使用的代码与链接
这可能不是最好的问题,但我注意到Springboot有2个SpringJPA。它们有什么不同。目前,我正在尝试与hibernate一起安装SpringBoot 1.5.3项目。我记得我之前用spring-boot-starter-data-jpa设置了Springboot with JPA。<dependency>
<groupId>org.springframework.boot</
我已经从SPRING INITIALIZR创建了一个基本的spring启动应用程序,它依赖于Web、MongoDB和JPA。当我尝试运行springboot应用程序时,我得到了以下异常:***************************Failed to auto-configure a DataSource: 'spring</