https://stackoverflow.com/questions/27532446/how-to-use-jasperreports-with-spring-mvc
Arquivo da categoria: Spring Boot
Applications for Spring for Apache Hadoop
Building an Application with Spring Boot
Spring Boot Application as a Service
How to enable HTTPS in a Spring Boot Java application
Spring Boot SSL [https] Example
Deploying Spring Boot Apps on EC2
Spring MVC @PathVariable with dot (.) is getting truncated
As far as i know this issue appears only for the pathvariable at the end of the requestmapping.
We were able to solve that by defining the regex addon in the requestmapping.
/somepath/{variable:.+}
https://stackoverflow.com/questions/16332092/spring-mvc-pathvariable-with-dot-is-getting-truncated