No single default persistence unit defined
If you getting nowhere with this type of problem:Using spring and jpa, and you get this error:No single default persistence unit defined in {classpath*:META-INF/persistence.xml}And you DO have a persistence.xml in your classpath. Then the cause is simple.You may have...
Read More