Go to file
Grzegorz Piwowarek 71e40aa4f5 Remove duplicated file 2016-07-31 23:14:14 +02:00
.metadata
apache-cxf Merge pull request #531 from nguyennamthai/cxf-spring 2016-07-25 15:05:52 +02:00
apache-fop
assertj
autovalue-tutorial added autovalue tutorial project 2016-07-24 20:55:26 +03:00
core-java
core-java-8
couchbase-sdk-intro
couchbase-sdk-spring-service
dependency-injection fixes for the build 2016-07-24 12:53:50 +03:00
dozer-tutorial fixed failing tests 2016-07-31 17:38:31 +03:00
eclipse
gatling
gson
gson-jackson-performance
guava
guava18
guava19
handling-spring-static-resources
httpclient
hystrix Minor changes following review 2016-07-31 10:49:28 +01:00
immutables Remove unnecessary file 2016-07-30 13:00:30 +02:00
jackson use StdSerializer and StdDeserializer 2016-07-26 20:38:59 +02:00
javaxval
jee7schedule
jjwt
jooq-spring
jpa-storedprocedure
jsf
json BAEL-14 - renaming test, merging to json module, fixing failing tests inside the json module 2016-07-25 14:31:25 +02:00
json-path
junit5
log4j
lombok
mockito
mocks Remove duplicated file 2016-07-31 23:14:14 +02:00
mutation-testing
querydsl
raml
redis
rest-assured renaming module 2016-07-24 18:42:08 +03:00
rest-testing
resteasy
spring-all Source code for the article "An Intro to Spring with Akka" (#541) 2016-07-28 17:22:08 +02:00
spring-apache-camel
spring-autowire
spring-batch
spring-boot
spring-cucumber maven fix 2016-07-27 14:58:40 +03:00
spring-data-cassandra
spring-data-couchbase-2
spring-data-couchbase-2b
spring-data-elasticsearch
spring-data-mongodb
spring-data-neo4j pom fix 2016-07-24 12:15:22 +03:00
spring-data-redis
spring-data-rest
spring-exceptions replace mysql with derby db (#546) 2016-07-31 18:15:08 +02:00
spring-freemarker
spring-hibernate3
spring-hibernate4
spring-jpa minor cleanup 2016-07-24 13:01:24 +03:00
spring-katharsis
spring-mockito
spring-mvc-java
spring-mvc-no-xml
spring-mvc-velocity Remove springconfig (#538) 2016-07-27 20:03:45 +02:00
spring-mvc-xml
spring-openid
spring-protobuf
spring-quartz
spring-rest
spring-rest-angular-pagination/StudentDirectory [spring-rest-angular-pagination]initial draft 2016-07-27 01:20:35 +08:00
spring-rest-docs minor formatting work 2016-07-26 11:34:56 +03:00
spring-security-basic-auth Add missing modules and clean up 2016-07-23 11:36:05 +03:00
spring-security-client
spring-security-custom-permission minor fix 2016-07-30 20:40:40 +02:00
spring-security-mvc-custom Remove Eclipse-specific files 2016-07-19 18:18:50 +03:00
spring-security-mvc-digest-auth
spring-security-mvc-ldap
spring-security-mvc-login
spring-security-mvc-persisted-remember-me
spring-security-mvc-session
spring-security-rest
spring-security-rest-basic-auth
spring-security-rest-custom
spring-security-rest-digest-auth
spring-security-rest-full Expression-Based Access Control (#517) 2016-07-20 19:17:38 +03:00
spring-spel
spring-thymeleaf
spring-zuul
webjars Add missing modules and clean up 2016-07-23 11:36:05 +03:00
xml
xmlunit2-tutorial Minor changes following review 2016-07-26 00:33:16 +01:00
xstream
.gitignore
README.md
pom.xml Add immutables module 2016-07-29 11:55:35 +02:00

README.md

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

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.

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