Springboot R2DBC 使用 H:DynamicProxyConfigurationFiles 与 GraalVM 一起工作

问题描述

我有一个愚蠢的项目,我从 postgresql 数据库获取书籍。我正在使用 spring-boot-starter-data-r2dbc 和 r2dbc-postgresql,因此我将此 repo 作为参考:https://github.com/spring-projects-experimental/spring-graalvm-native/tree/master/spring-graalvm-native-samples/data-r2dbc

我正在尝试为微服务生成本机映像。

但是,为了使我的示例有效,我必须使用 -H:DynamicProxyConfigurationFiles 指向具有以下内容文件

[
  [
    "org.springboot.training.repositories.BookRepository","org.springframework.data.repository.Repository","org.springframework.transaction.interceptor.TransactionalProxy","org.springframework.aop.framework.Advised","org.springframework.core.DecoratingProxy","java.io.Serializable"
  ]
]

有谁知道我为什么需要这个配置?这不在spring boot项目参考中。

在此先非常感谢您。 最好的问候。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)