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
I'm using Spring boot 2.0.0.M4 and trying to run bundled application with orm.xml on classpath (resources/META-INF/). I'm getting following error: java.lang.IllegalStateException: Duplicate XML entry for com.example.demo.model.Entity
The error is thrown on AnnotationMetadataSourceProcessorImpl.java:94) and is caused by the fact, that the orm.xml file has been found twice: