我正在尝试通过表单将表添加到数据库中。正在创建的实体被称为相册,它有两个字段,Artist和Genre。这两个都是独立的实体。这两个字段使用@ManyToOne进行注释private Artist artist;
private Genre genre;
当我提交表单时,这是我得到的错误Error during execution of processor 'org.thymeleaf.spring4.processor.attr
我正在使用ObjectDB在Spring-Boot中实现一个程序。然而,只要我想使用Spring-Actuator,我就会得到以下错误: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfigurationcom.objectdb.o.UserException: Unsupported unwrap(org.h