Ger Roza 578d35d25d Move and Update Rest and Http Message Converter Article:
moved code (mostly commented out)
changed readme file
added spring boot exampel simply adding bean, for xml too
2019-02-19 16:23:44 -03:00
2019-02-10 01:47:19 +05:30
2019-02-10 01:47:19 +05:30
2019-02-10 01:47:19 +05:30
2019-01-04 17:55:40 +05:30
2019-02-05 16:15:58 +05:30
2019-02-09 13:03:12 +02:00
2019-02-10 01:47:19 +05:30
2019-02-04 16:57:33 +02:00
2019-02-05 15:46:25 +05:30
2019-02-05 16:04:28 +05:30
2019-01-14 22:21:27 +02:00
2019-02-08 00:27:29 +02:00
2019-02-10 18:32:25 +02:00
2019-02-09 13:10:58 +02:00
2019-02-13 23:46:10 +03:00
2019-02-17 23:01:46 +04:00

The "REST with Spring" Classes

Here's the Master Class of REST With Spring (along with the newly announced Boot 2 material):
>> THE REST WITH SPRING - MASTER CLASS

And here's the Master Class of Learn Spring Security:
>> LEARN SPRING SECURITY - MASTER CLASS

Java and Spring Tutorials

This project is a collection of small and focused tutorials - each covering a single and well defined area of development in the Java ecosystem. A strong focus of these is, of course, the Spring Framework - Spring, Spring Boot 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

Building a single module

To build a specific module run the command: mvn clean install -Dgib.enabled=false in the module directory

Running a Spring Boot module

To run a Spring Boot module run the command: mvn spring-boot:run -Dgib.enabled=false in the module directory

Description
No description provided
Readme MIT 269 MiB
Languages
Java 88%
HTML 3.6%
JavaScript 2.7%
TypeScript 2.4%
CSS 1.5%
Other 1%