Skip to content
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

Code Sample for spring_jdbc Getting started #198

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

peterrsongg
Copy link

This is the accompanying code sample for the spring jdbc getting started video.


/*
DESCRIPTION
The code sample maps uses the jpaRepository to return
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 rework this sentence?


# Main Components of the Code

* TestController.java: Has one get mapping that uses StudentService to retrieve all the Students
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 plz rework this sentence?

Kuassim
Kuassim previously approved these changes May 12, 2022
Made changes to readme.md and studentservice class description
#

spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
spring.datasource.url=jdbc:oracle:thin:@adbps_medium?TNS_ADMIN=/Users/psong/Desktop/JDBC_vid_series/Wallet_ADBPS
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be a placeholder just like we have for username and password.

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.

None yet

3 participants