spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support
https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Apache License 2.0
2.74k stars 356 forks source link

Not a managed type: class com.example.demo.domain.User Spring Boot #1734

Closed aidatynybekkyzy closed 1 year ago

aidatynybekkyzy commented 1 year ago

I have an error: Not a managed type: class com.example.demo.domain.User Tried : @EntityScan ("com.example.demo.*")

Here's me project Not a managed type: class com.example.demo.domain.User i spent all day to solve(

mhalbritter commented 1 year ago

Hello,

Spring Native is now superseded by Spring Boot 3 official native support, see the related reference documentation for more details.

Could you migrate your project to Spring Boot 3 and check if the native support in there solves your problem? If not, please report it on the Spring Boot issue tracker. Thanks a lot!