Have you solved the problem? I had the same problem when upgrading to SpringCloud2023.0.3.
Caused by: java.lang.IllegalStateException: Method RemoteDataScopeService#getDescendantList(Long) not annotated with HTTP method type (ex. GET, POST)
Warnings:
- Class RemoteDataScopeService has annotations [FeignClient] that are not used by contract Default
- Method getDescendantList has an annotation RequestMapping that is not used by contract Default