Skip to content

Spring boot app #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 9, 2021
Merged

Spring boot app #150

merged 13 commits into from
Mar 9, 2021

Conversation

nsundara
Copy link
Contributor

@nsundara nsundara commented Mar 8, 2021

Hi Kuassi,

Please review the sample.

Regards,
Nirmala

@nsundara nsundara requested a review from Kuassim March 8, 2021 16:15
# Main Components of the code
* **OracleJdbcAppication.java**: This is the main class where we have the methods to perform some database operations.
* **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.
* **EmployeeServiceImpl.java**: This is the bean where the business logic is present. It implements the interface EmployeeServe.java.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It implement the EmployeeServe interface (in EmployeeServe.java class)

* **OracleJdbcAppication.java**: This is the main class where we have the methods to perform some database operations.
* **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.
* **EmployeeServiceImpl.java**: This is the bean where the business logic is present. It implements the interface EmployeeServe.java.
* **Employee.java and AllTables.java**: These are the DAO classes represents the Model of the application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you reformulaet that sentence?

Kuassim
Kuassim previously approved these changes Mar 8, 2021
@Kuassim Kuassim closed this Mar 9, 2021
@Kuassim Kuassim reopened this Mar 9, 2021
@nsundara nsundara merged commit 95c24aa into master Mar 9, 2021
@nsundara nsundara deleted the SpringBootApp branch March 9, 2021 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants