Spring Hadoop Samples
https://github.com/spring-attic/spring-hadoop-samples
471 forks.
486 stars.
22 open issues.
Recent commits:
Arquivo da tag: Spring Boot
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
Enable HTTPS in Spring Boot
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