Open czhifa opened 8 years ago
That's a bug in neo4j, see https://github.com/spring-projects/spring-boot/issues/6709. There are a couple of workarounds. The easiest fix for now is starting that project in your IDE. Another one (not nice) is adding
@EntityScan({ "hello", "BOOT-INF.classes.hello" })
to hello.Application
.
Great! Many thanks for your so prompt response. š Will verify your guide ASAP.
Excellent! It works as per your solution.
Let's keep this one open until we have a durable solution.
i got the same Error, i think there is a visibility issue but i don't know exactly why there is a problem. for me, it works in a package, and doesn't work in another package. I don't know if this helps.
java -jar target/gs-accessing-data-neo4j-0.1.0.jar