我的代码如下
路由

逻辑

1.环境


win11
问题
使用graalvm打包为可执行文件,运行后,
访问/user/1 报错如下
org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation
访问/users 报错如下
This appears to be a native image, in which case you may need to configure reflection for the class that is to be serialized (throug h reference chain: java.util.ArrayList[0])
