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: java/SpringBootApp/Readme.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ This is a SpringBoot sample using Oracle JDBC and UCP to connect to Autonomous D
7
7
8
8
# Main Components of the code
9
9
***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.
11
10
***EmployeeServiceImpl.java**: This is the bean where the business logic is present. It implements the interface EmployeeServe.java.
12
11
***Employee.java and AllTables.java**: These are the DAO classes represents the Model of the application.
13
12
***EmployeeDAOImpl.java and AllTablesDAOImpl.java**: These are the Data Access Object classes to access the data from the database.
0 commit comments