problem creating an executable jar with maven using spring 5 and hibernate 5 => BeanDefinitionParsingException
问题 Update: As there is only one answer for now I try to describe it better now. In short words, my test application runs fine in eclipse and when starting with mvn exec but building a running/working executable jar package does not work for this project. Now the longer description. I'm learning Java for about 8 month and use maven to setup build projects and Eclipse as IDE for writing and debugging. Currently I am trying to make some small database projects using Spring, Hibernate and for