-
Notifications
You must be signed in to change notification settings - Fork 835
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
base: main
Are you sure you want to change the base?
Conversation
|
||
/* | ||
DESCRIPTION | ||
The code sample maps uses the jpaRepository to return |
There was a problem hiding this comment.
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?
java/spring_jdbc_example/README.md
Outdated
|
||
# Main Components of the Code | ||
|
||
* TestController.java: Has one get mapping that uses StudentService to retrieve all the Students |
There was a problem hiding this comment.
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?
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 |
There was a problem hiding this comment.
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.
This is the accompanying code sample for the spring jdbc getting started video.