Not an managed type

Problem

Caused by: java.lang.IllegalArgumentException: Not an managed type: class blah.blahblah

Solution

@SpringBootApplication이 있는 곳에 @EntityScan Annotation을 추가로 넣어주면 잘 됨.

Reference

Back