* Implementation of Introduction to Play Framework in Java
* Implementation of Introduction to Play Framework in Java
* Implementation of Introduction to Play Framework in Java
* Implementation of the tutorial for Introduction to Play Framework.
* Updated code for Play Routing to 2.7.3
* Updated code for Play Routing to 2.7.3
* Initial Commit
* Added request object to create end point
* Finished implementing student-api
* Finished implementing student-api
* Implementation of the tutorial for Introduction to Play Framework.
* Updated test names
* Removed Lombok dependency
* Corrected isSuccessful spelling and removed the +1 on student ids
* fixed context dependency issue and added LiveContext notes in persistence-modules/spring-data-couchbase-2 module
* fixed Context tests and added notes for spring-cloud-bus/spring-cloud-config-client module
* Added context test in spring-cloud-data-flow/spring-cloud-data-flow-stream-processing/data-flow-server module, mainly due to incompatible dependencies, plus fixed parent pom path in different modules
* fixed context tests for spring-cloud/spring-cloud-task/springcloudtaskbatch module, renamed ContextLiveTest as IntegrationTest, now configured to run with an H2 embedded instance. Moved the run note to the application
* Added SpringContextLiveTests in persistence-modules/spring-data-mongodb module
* commits for BAEL-2076
- Created core-java-io2 module
- added resource loading example code
- added core-java-io2 to tutorials pom.xml
* Committing review changes
- change to try-with-resources
- change the order of main method
* Reformatting try-with-resources
* Moving resources example from core-java-io2 to core-java-io. Removing core-java-io2
* Removing stray core-java-io2 in tutorials pom file.
* BAEL-3188 How to compress requests using the Spring RestTemplate.
* BAEL-3188 How to compress requests using the Spring RestTemplate. Updated README.
* BAEL-3188 How to compress requests using the Spring RestTemplate.
* BAEL-3188 How to compress requests using the Spring RestTemplate.
* BAEL-3188 How to compress requests using the Spring RestTemplate. Updated parent pom to add new module.