You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,14 @@ _Basics of Java can be learnt from this [course](https://www.udemy.com/course/ja
19
19
20
20
## • __Service Layer using Spring with Spring Boot__
21
21
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/)
26
30
###### 16. [Logging in Spring Boot](https://howtodoinjava.com/spring-boot2/logging/spring-boot-logging-configurations/)
27
31
28
32
## • __Persistence Layer using Spring ORM with Spring Boot__
0 commit comments