Loredana Crusoveanu 78adf3a033
Update README.md
2019-08-13 23:33:18 +03:00
2019-07-03 12:19:57 +05:30
2019-04-05 14:35:12 +08:00
2019-05-27 14:49:42 +03:00
2019-06-08 14:11:25 +03:00
2019-05-26 20:22:55 +02:00
2019-03-14 03:18:33 +08:00
2018-03-25 18:24:11 +02:00
2019-08-04 14:19:42 +03:00
2019-02-24 17:02:52 +05:30
2019-03-29 19:09:13 +08:00
2019-05-06 00:34:04 +05:30
2019-05-21 21:28:21 +03:00
2019-04-26 22:58:57 +03:00
2019-08-13 23:31:17 +03:00
2019-07-03 12:11:33 +05:30
2019-02-28 19:45:23 +08:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-08-13 16:49:18 +05:30
2019-07-20 14:33:56 +03:00
2019-07-06 23:30:17 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2019-07-20 14:33:56 +03:00
2018-12-10 09:37:46 -08:00
2019-08-02 21:57:11 +08:00
2017-03-25 11:14:09 +01:00
2019-07-28 09:47:03 +03:00

The Courses

Here's the new "Learn Spring" course:
>> LEARN SPRING - THE MASTER CLASS

Here's the Master Class of "REST With Spring" (along with the new 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 modules here are covering a number of aspects in Java.

Building the project

To do the full build, do: mvn clean install

Building a single module

To build a specific module run the command: mvn clean install in the module directory

Running a Spring Boot module

To run a Spring Boot module run the command: mvn spring-boot:run in the module directory

Working with the IDE

This repo contains a large number of modules. When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in either Eclipse or IntelliJ.

Running Tests

The command mvn clean install will run the unit tests in a module. To run the integration tests, use the command mvn clean install -Pintegration-lite-first

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%