ClassNotFoundExcept org/hibernate/bytecode/instrumentation/internal/FieldInterceptionHelper

在学习Fegin遇到上面问题,stackoverflow上有原因和解决办法,链接如下:

https://stackoverflow.com/questions/36498876/java-lang-classnotfoundexception-org-hibernate-bytecode-instrumentation-interna

解决办法:

   在pom.xml 上添加下面依赖


		    org.hibernate
		    hibernate-validator
		    provided

		

		    org.hibernate
		    hibernate-entitymanager
		    5.1.0.Final

 

你可能感兴趣的:(SpringCloud,Fegin,Hibernate)