java - Springboot integration with ResyEasy and deploying to Jboss server -


i wanted integrate spring boot resteasy. started using paypal springboot starter same reffering link

i have added paypal resteasy dependency mentioned in above link. while deploying jboss server getting error below:

caused by: java.lang.noclassdeffounderror: org/jboss/resteasy/spi/notimplementedyetexception     @ java.lang.class.getdeclaredconstructors0(native method) [rt.jar:1.8.0_131]     @ java.lang.class.privategetdeclaredconstructors(unknown source) [rt.jar:1.8.0_131]     @ java.lang.class.getconstructor0(unknown source) [rt.jar:1.8.0_131]     @ java.lang.class.newinstance(unknown source) [rt.jar:1.8.0_131]     @ org.jboss.as.web.deployment.servletcontainerinitializerdeploymentprocessor.loadsci(servletcontainerinitializerdeploymentprocessor.java:194)     @ org.jboss.as.web.deployment.servletcontainerinitializerdeploymentprocessor.deploy(servletcontainerinitializerdeploymentprocessor.java:131) 

can please suggest me best way integrate springboot resteasy?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -