@@ -18,16 +18,16 @@ Java and Spring Tutorials
1818
1919This project is ** a collection of small and focused tutorials** - each covering a single and well defined area of development in the Java ecosystem.
2020A strong focus of these is, of course, the Spring Framework - Spring, Spring Boot and Spring Security.
21- In additional to Spring, the modules here are covering a number of aspects in Java.
21+ In addition to Spring, the modules here cover a number of aspects of Java.
2222
2323Profile based segregation
2424====================
2525
2626We are using maven build profiles to segregate the huge list of individual projects we have in our repository.
2727
28- The projects are broadly divided into 3 list : first, second and heavy.
28+ The projects are broadly divided into 3 lists : first, second and heavy.
2929
30- Next, they are segregated further on the basis of tests that we want to execute.
30+ Next, they are segregated further on the basis of the tests that we want to execute.
3131
3232Therefore, we have a total of 6 profiles:
3333
@@ -56,12 +56,12 @@ or if we want to build the entire repository with Integration Tests enabled, we
5656
5757Building a single module
5858====================
59- To build a specific module run the command: ` mvn clean install ` in the module directory
59+ To build a specific module, run the command: ` mvn clean install ` in the module directory.
6060
6161
6262Running a Spring Boot module
6363====================
64- To run a Spring Boot module run the command: ` mvn spring-boot:run ` in the module directory
64+ To run a Spring Boot module, run the command: ` mvn spring-boot:run ` in the module directory.
6565
6666
6767Working with the IDE
0 commit comments