Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi, when I am getting the parameter value from request, its a null value. so how should I get the parameter value in interceptor.
- Ram
The presence of so many logging dependencies and exclusions is amazing. Even such a tiny app. required … 7!!! Artifacts. Surely that was not what logging was meant to be. But this is what is wrong with open source in general.
- Pupsick
Problem : I am calling spring controller using curl request. As Input I am passing a json with request to controller. Now I just want to fetch that json inside spring interceptor .But it is not working for me. Enumeration en=request.getParameterNames(); System.out.println(Collections.list(en).size()); It is giving zero size. Please take a look.
- Rita
How to use @Autowired service in handler…If i am using then null pointer exception will occur
- Akhil
how to apply logging interceptor for all methods what should i do. like ,for create we use following " " if i want do this fr all what should i do
- akash
Hello Pankaj, Thank you for the clear example on spring interceptors. Really appreciate it. My question is on Spring itself really and its enthusiasm for adding a plethora of additional dependencies that potentially clogs up the project over time. I checked the pom file in your project example and there is a lot of “stuff” in there. This is not critique to you, just a question. :) Do you know/have available a bare minimal amount of dependencies that are needed or is this listed dependencies in the project optimal ? BR, Robert
- Robert