Monthly Archive: December 2016

Defining a proxy in Spring RestTemplate

By default, RestTemplate don’t use a proxy to make the http calls and if you work in an environment that requires one, you will encounter the following exception :

This tutorial will show two...

More

Spring Boot hello world tutorial

Spring Boot is one of the most powerful Java EE frameworks that aims to facilitate the development of new application. It brings all the power of the Spring stack (Spring dependency injection, Spring data...

More

Filter and rename resources with Maven

If you want to filter and copy your project resources to the output directory, the Apache Maven Resources Plugin is the best plugin to perform that. But sometimes you want to filter and rename...

More