Go to file
Grzegorz Piwowarek 3accbf8815 UserController refactor (#1450)
* Refactor UserController

* Refactor UserController
2017-03-19 22:31:11 +01:00
.metadata
JGit
Twitter4J
algorithms
annotations
apache-bval
apache-cxf
apache-fop
apache-poi Assembly plugin fix (#1449) 2017-03-19 20:03:23 +01:00
apache-solrj
apache-thrift
apache-velocity
aspectj
assertj
autovalue
aws
axon
cdi
core-java Assembly plugin fix (#1449) 2017-03-19 20:03:23 +01:00
core-java-9
couchbase-sdk
deltaspike
disruptor Assembly plugin fix (#1449) 2017-03-19 20:03:23 +01:00
dozer
eclipse
ejb
enterprise-patterns
feign
flyway
gatling
gradle
gson
guava
guava18
guava19
guice
handling-spring-static-resources
hazelcast
hbase
httpclient
hystrix
image-processing
immutables
intelliJ
jackson
java-cassandra
java-mongodb
java-websocket
javaslang
javax-servlets
javaxval
jaxb
jee7
jjwt
jooq
jpa-storedprocedure Assembly plugin fix (#1449) 2017-03-19 20:03:23 +01:00
jsf
json
json-path
jsoup
junit5
jws
kotlin
libraries
log-mdc
log4j
log4j2
lombok
mapstruct
mesos-marathon
metrics
mockito
mockito2
mocks
orika
patterns
pdf
play-framework
protobuffer
querydsl
rabbitmq
raml
ratpack
reactor-core
redis
rest-assured
rest-testing
rest-with-spark-java
resteasy
rxjava
selenium-junit-testng
solr-fulltext-search
spark-java
spring-5 Update README.md (#1441) 2017-03-19 20:02:50 +01:00
spring-akka
spring-all
spring-amqp
spring-apache-camel
spring-batch
spring-boot
spring-boot-auditing
spring-cloud
spring-cloud-data-flow
spring-core
spring-cucumber
spring-custom-aop Custom aop (#1451) 2017-03-19 22:29:10 +01:00
spring-data-cassandra
spring-data-couchbase-2
spring-data-dynamodb
spring-data-elasticsearch
spring-data-javaslang
spring-data-mongodb
spring-data-neo4j
spring-data-redis
spring-data-rest
spring-data-solr
spring-dispatcher-servlet
spring-exceptions
spring-freemarker
spring-groovy
spring-hibernate3
spring-hibernate4
spring-hibernate5
spring-integration
spring-jersey
spring-jms
spring-jooq
spring-jpa
spring-kafka
spring-katharsis
spring-ldap Update README.md (#1442) 2017-03-19 20:02:15 +01:00
spring-mobile
spring-mockito
spring-mvc-email
spring-mvc-forms UserController refactor (#1450) 2017-03-19 22:31:11 +01:00
spring-mvc-java
spring-mvc-no-xml
spring-mvc-simple
spring-mvc-tiles
spring-mvc-velocity
spring-mvc-web-vs-initializer
spring-mvc-xml
spring-protobuf
spring-quartz
spring-reactor
spring-remoting
spring-rest
spring-rest-angular
spring-rest-docs
spring-security-basic-auth
spring-security-cache-control
spring-security-client
spring-security-core
spring-security-mvc-boot
spring-security-mvc-custom
spring-security-mvc-digest-auth
spring-security-mvc-ldap
spring-security-mvc-login Update README.md (#1439) 2017-03-19 20:02:04 +01:00
spring-security-mvc-persisted-remember-me
spring-security-mvc-session
spring-security-openid
spring-security-rest
spring-security-rest-basic-auth
spring-security-rest-custom
spring-security-rest-digest-auth
spring-security-rest-full
spring-security-stormpath
spring-security-x509
spring-session
spring-sleuth
spring-social-login
spring-spel
spring-thymeleaf
spring-userservice
spring-zuul
static-analysis
struts2
testing
testng
video-tutorials
wicket
xml Assembly plugin fix (#1449) 2017-03-19 20:03:23 +01:00
xmlunit2
xstream
.gitignore
.gitmodules
.travis.yml Update .travis.yml 2017-03-19 21:37:59 +01:00
README.md
pom.xml Assembly plugin fix (#1449) 2017-03-19 20:03:23 +01: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