Skip to content

Commit fd2eb27

Browse files
authored
Update README.md
1 parent a93ee66 commit fd2eb27

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
This provides Database implementation in the Spring Boot. Indeed, We should breifly inform here concept of Spring, Spring Boot, JDBC, JPA, H2.
44

5-
#Spring
6-
* The Spring Framework is an application framework and inversion of control container for the Java platform.
5+
Spring
6+
* The Spring Framework is an application framework and inversion of control container for the Java platform. Spring is HA (high avilability).
77

88
Spring Boot
99
* Most Spring Boot applications need minimal Spring configuration. Features. Create stand-alone Spring applications
10+
11+
JPA
12+
* JPA (The Java Presistence API) = This module deals with enhanced support for JPA based data access layers.
13+
Simply explain JPA is rule of the interface.
14+
15+
Ex:
16+
Class A, B .... Implmenet

0 commit comments

Comments
 (0)