我正在尝试设置HibernateEnvers以使用我的SpringBoot应用程序。我已经包含了Envers依赖项并添加了@Audited注释,它工作正常,但我无法配置特定的Envers属性,SpringBoot似乎没有选择它们。具体来说,我尝试通过将审计表放入application.properties来为审计表设置不同的数据库架构,但没有运气:hibernate.envers.default_schema=app_audit或org.hibernate.envers.default_schema=app_audit或spring.jpa.hibernate.envers.defau