Skip to content

Commit bd7c68b

Browse files
authored
Update README.md
1 parent 66c81d6 commit bd7c68b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ _Basics of Java can be learnt from this [course](https://www.udemy.com/course/ja
1919

2020
## __Service Layer using Spring with Spring Boot__
2121
The service layer interacts with the presentation layer and the persistence layer.
22-
###### 12. Introduction to Web Services: Web services are client and server applications that communicate over the World Wide Web’s (WWW) HyperText Transfer Protocol (HTTP). Web services provide a standard means of interoperating between software applications running on a variety of platforms and frameworks [Learn More](https://java2blog.com/restful-web-service-tutorial/)
23-
###### 13. Introduction to Spring Framework: Spring Framework is an open source Java application development framework which supports building all types of Java applications like web applications, database driven applications, enterprise applications and many more. Java applications developed using Spring are simple, easily testable, reusable and maintainable. [Learn More](https://www.tutorialspoint.com/spring/spring_overview.htm)
24-
###### 14. Dependency Injection using Autowiring: [What is Autowiring?](https://www.javatpoint.com/autowiring-in-spring)
25-
###### 15. Introduction to Spring Boot: Spring Boot is a framework built on the top Spring framework that helps developers build Spring-based applications quickly and easily. The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration again and again. [Learn More](https://www.geeksforgeeks.org/introduction-to-spring-boot/)
22+
###### 12. Introduction to Web Services:
23+
Web services are client and server applications that communicate over the World Wide Web’s (WWW) HyperText Transfer Protocol (HTTP). Web services provide a standard means of interoperating between software applications running on a variety of platforms and frameworks [Learn More](https://java2blog.com/restful-web-service-tutorial/)
24+
###### 13. Introduction to Spring Framework:
25+
Spring Framework is an open source Java application development framework which supports building all types of Java applications like web applications, database driven applications, enterprise applications and many more. Java applications developed using Spring are simple, easily testable, reusable and maintainable. [Learn More](https://www.tutorialspoint.com/spring/spring_overview.htm)
26+
###### 14. Dependency Injection using Autowiring:
27+
[What is Autowiring?](https://www.javatpoint.com/autowiring-in-spring)
28+
###### 15. Introduction to Spring Boot:
29+
Spring Boot is a framework built on the top Spring framework that helps developers build Spring-based applications quickly and easily. The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration again and again. [Learn More](https://www.geeksforgeeks.org/introduction-to-spring-boot/)
2630
###### 16. [Logging in Spring Boot](https://howtodoinjava.com/spring-boot2/logging/spring-boot-logging-configurations/)
2731

2832
## __Persistence Layer using Spring ORM with Spring Boot__

0 commit comments

Comments
 (0)