You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
@liupengpop it is hard to give you support with this level of details. Spring Data JPA is supported. You haven't shared which version of Spring Native you're using or what your setup looks like. For us to be able to help you, we'd need that information.
@EnableJpaRepositories(repositoryBaseClass = MyJpaRepository.class)
not supported?
APPLICATION FAILED TO START
Description:
Native reflection configuration for com.test.MyJpaRepository is missing.
Action:
Native configuration for a class accessed reflectively is likely missing.
You can try to configure native hints in order to specify it explicitly.
See https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#native-hints for more details.
The text was updated successfully, but these errors were encountered: