java.lang.ClassNotFoundException: org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper

后端 未结 2 351
遇见更好的自我
遇见更好的自我 2021-01-13 08:46

During the validation of entity (before insertion) on my Spring MVC app I get the following error :

    ...
    at io.undertow.server.Connectors.executeRoot         


        
2条回答
  •  Happy的楠姐
    2021-01-13 09:34

    The following worked for me:

    hibernate-core-5.1.0.Final
    hibernate-entitymanager-5.1.0.Final
    hibernate-validator-5.2.4.Final
    

提交回复
热议问题