Skip to content

Commit 4321f2d

Browse files
authored
Update Readme.md
1 parent ba30db5 commit 4321f2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/SpringBootApp/Readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This is a SpringBoot sample using Oracle JDBC and UCP to connect to Autonomous D
77

88
# Main Components of the code
99
* **OracleJdbcAppication.java**: This is the main class where we have the methods to perform some database operations.
10-
* **DataSourceConfig.java**: This is the class where the datasource is created by reading the values from application.properties. We have Universal Connection Pool (UCP) as the datasource.
1110
* **EmployeeServiceImpl.java**: This is the bean where the business logic is present. It implements the interface EmployeeServe.java.
1211
* **Employee.java and AllTables.java**: These are the DAO classes represents the Model of the application.
1312
* **EmployeeDAOImpl.java and AllTablesDAOImpl.java**: These are the Data Access Object classes to access the data from the database.

0 commit comments

Comments
 (0)