Questions tagged [spring-4]

Version 4.x of the Spring Framework

Use for general Spring related questions. This tag is for questions that are specific to versions 4.x only.

618 questions
-2
votes
1 answer

How can i setup a Project using Jersey, Spring, Hibernate and maven

How can I configure a Java project using below libraries? Jersey 2.25 Spring 4.3.5 RELEASE Hibernate 5.5.6 Final Apache Maven Java 8
-2
votes
1 answer

how to get csrf token into spring controller?

I am trying to return CSRF token from a REST controller with spring 4 with xml based configuration. I have tried this: @RestController public class Somecontroller{ @RequestMapping("/csrf") public CsrfToken csrf(CsrfToken token) { return…
dabicho
  • 383
  • 4
  • 19
-2
votes
1 answer

java.lang.NoClassDefFoundError: org/springframework/web/method/annotation/support/RequestParamMethodArgumentResolver

Context initialization failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': Invocation of init method failed; nested…
1 2 3
41
42