I finally found the error, I was including a xml-config with <mvc:annotation-driven/>... I removed this, now it works
Type: Posts; User: fritzr; Keyword(s):
I finally found the error, I was including a xml-config with <mvc:annotation-driven/>... I removed this, now it works
Hi together,
within my simple spring 3.2 application I have the following configuration:
public abstract class AbstractWebAppInitializer implements WebApplicationInitializer {
@Override...
Hi everybody,
it is so frustrating so I hope you are able to help me with my current problem.
I have got the following technology stack:
- Spring 3.1
- Servlet 3 environment
- Resteasy
I...
Nobody there who has the same issue? Topic clear or should I extend my example?
Hi guys,
I'm a bit confused with the new property sources. What I want to do is the following:
As per default, there is an environment.properties file in my classpath. This one should be used...
Perfect! Thanks for your help!
Of course I can register my own ObjectMapper as a bean and then autowire it. I was searching for a way to avoid configuring a second ObjectMapper, as there must be an already configured one, which is...
Hi together,
as we all know, there is a nice support of Jackson JSON Serialization in Spring Web, which is easy to use within Web Controllers (@ResponseBody etc.). In my situation, I want to reuse...
Hi together, is there any spatial database support in spring-data or is this kind of feature somewhere on the roadmap? As we already stick to spring-data I do not want to switch to native...
It's in the root of the jar file. I will have a look to the new spring 3 features, will answer, once I figured out how it works. Thx for your help!
Cheers,
Fritz
Hi guys,
I've got a problem with my current webapp. I have a common jar file, which has some generic resources (css, js, images, etc.). Within my webapp I want to access these resources. I was...