* 'master' of git://github.com/eugenp/tutorials: (236 commits) Removing unused files. Removing unused file. Moving file parser inside the core-java module. Adding Test cases for reading files. Revert "A simple Real Time streaming example with Spring Webflux." Examples for Reading a file into an arraylist. 1. Using FileReader 2. Using BufferedReader 3. Using Scanner(String and int) 4. Using Files.readAllLines A simple Real Time streaming example with Spring Webflux. BAEL-1843 - JUnit4 -> JUnit5 migration guide (#4816) BAEL-7708 04.08.2016 (#4893) [BAEL-1902] Set timezone of a date (#4659) BAEL-1552 - Jersey MVC Support BAEL-1552 - Jersey MVC Support [BAEL-7819] - Reverted guest folder parent changes im pom.xml - Fixed wrong push [BAEL-7819] - Reverted guest folder parent changes im pom.xml add/fix links - team BAEL-7962 (#4891) [BAEL-7819] - Added standard parent pom and added start class in sprig-jooq module [BAEL-7819] - Added standard parent pom and fixed tests in those modules Collection to Stream without nulls in core-java-collections (#4903) [BAEL-7670] Added logback.xml in missing modules in src/main/resources Fix typo (#4897) Bael 1964 (#4881) ... # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
The "REST with Spring" Classes
After 5 months of work, here's the Master Class of REST With Spring:
>> THE REST WITH SPRING MASTER CLASS
And here's the Master Class of Learn Spring Security:
>> LEARN SPRING SECURITY MASTER CLASS
Spring Tutorials
This project is a collection of small and focused tutorials each covering a single and well defined area of development.
Most of the tutorial projects are focused on the Spring Framework
(and Spring Security
).
In additional to Spring, the following technologies are in focus: core Java
, Jackson
, HttpClient
, Guava
.
Building the project
To do the full build, do: mvn install -Pdefault -Dgib.enabled=false
Working with the code in Eclipse
Any IDE can be used to work with the projects, but if you're using Eclipse, consider the following.
- import the included formatter in Eclipse:
https://github.com/eugenp/tutorials/tree/master/eclipse
CI - Jenkins
This tutorials project is being built >> HERE
Relevant Articles:
================================