Go to file
DOHA 692d52c0da fix error message 2016-01-20 20:44:12 -06:00
.metadata handling static resources 2014-10-16 20:53:24 -05:00
RemoteSystemsTempFiles handling static resources 2014-10-16 20:53:24 -05:00
apache-fop formatting cleanup 2015-07-23 16:54:23 +03:00
core-java inputStream guava improvement 2015-12-10 14:09:06 +02:00
core-java-8 testing work 2015-08-26 12:10:06 +03:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
gson formatting cleanup 2015-07-23 16:54:23 +03:00
guava formatting cleanup 2015-07-23 16:54:23 +03:00
handling-spring-static-resources formatting cleanup 2015-07-23 16:54:23 +03:00
httpclient cleanup work 2015-10-26 14:59:43 +02:00
jackson formatting work 2015-07-23 17:13:49 +03:00
javaxval modified: javaxval/src/test/java/org/baeldung/ValidationTest.java 2015-10-21 09:31:17 +05:30
mockito formatting cleanup 2015-07-23 16:54:23 +03:00
rest-testing formatting cleanup 2015-07-23 16:54:23 +03:00
sandbox formatting cleanup 2015-07-23 16:54:23 +03:00
spring-all caching java config 2015-12-06 13:01:52 +02:00
spring-batch-intro updating generic Exception and linewrappings. 2016-01-20 20:44:12 -06:00
spring-boot minor upgrades 2015-09-22 12:17:53 +03:00
spring-data-cassandra Updated data insertion using an array list 2016-01-20 20:44:11 -06:00
spring-data-mongodb Merge branch 'master' of https://github.com/alex-semenyuk/tutorials into alex-semenyuk-master 2015-10-26 21:15:52 -05:00
spring-exceptions maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-hibernate3 maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-hibernate4 Audit with JPA callbacks, Hibernate Envers and Spring Data JPA 2015-12-30 16:56:51 +03:00
spring-jpa maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-katharsis cleanup work 2015-10-26 14:59:43 +02:00
spring-mvc-java Add more pointcut expressions examples 2016-01-20 20:44:11 -06:00
spring-mvc-no-xml maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-mvc-xml maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-quartz changes after code review - removed module within module, java version to 1.8, boot version to 1.2.6, removed empty tests, removed named beans 2015-10-06 17:56:47 +05:30
spring-rest maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-basic-auth maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-login-and-registration fix error message 2016-01-20 20:44:12 -06:00
spring-security-mvc-custom maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-mvc-digest-auth maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-mvc-ldap maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-mvc-login maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-mvc-persisted-remember-me upgrade and eclipse work 2015-06-20 05:40:22 +01:00
spring-security-mvc-session maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-oauth minor fix 2015-12-03 21:58:00 +02:00
spring-security-rest Fixed code for Setting Up Swagger 2 with a Spring REST API article 2015-12-03 01:45:51 +02:00
spring-security-rest-basic-auth maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-rest-custom maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
spring-security-rest-digest-auth upgrade httpClient 2015-12-07 12:03:39 +02:00
spring-security-rest-full metric cleanup 2015-12-09 19:48:34 +02:00
spring-thymeleaf Updated README file 2016-01-20 20:44:12 -06:00
src/main Password Encoding 2014-12-15 18:37:30 -05:00
.gitignore allowing jars to be committed 2014-11-27 21:43:45 +02:00
.project maven fixes and parent pom 2014-04-04 17:21:15 +03:00
README.md Update README.md 2015-10-18 23:38:39 +03:00
pom.xml Spring Login Error Handling Additional changes - 2014-07-22 18:02:11 -05:00

README.md

The "REST with Spring" Classes

This is what I'm working on:
>> THE REST WITH SPRING CLASSES

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