Skip to content

Conversation

peterrsongg
Copy link

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

@gvenzl gvenzl requested review from Kuassim and jeandelavarene May 12, 2022 17:48

/*
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

4 participants