-
Notifications
You must be signed in to change notification settings - Fork 25
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
docs: Updated petclinic README #67
Conversation
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
spring-petclinic/README.md
Outdated
@@ -32,21 +20,29 @@ npm i | |||
``` | |||
npm run start | |||
``` | |||
|
|||
# Instructions For Starting Using Binary | |||
|
|||
## Spin up the database |
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.
Need to mention that user need to cd to rest app.
spring-petclinic/README.md
Outdated
- [Using Keploy's binary](#binary-guide) | ||
- [Using Keploy's docker image](#docker-guide) | ||
|
||
But first, you need to install Keploy. For that you can use the command below: |
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.
No one reads "but first" move the keploy instructions above 2 ways.
1. Node 20.11.0 LTS | ||
2. OpenJDK 17.0.9 | ||
3. MVN version 3.6.3 | ||
|
||
## Setup the backend | ||
|
||
``` |
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.
cd samples-java/spring-petclinic/spring-petclinic-rest
would be required in both docker and bin case, move it to common.
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
35cce08
to
4a0908e
Compare
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
* updated petclinic README Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com> * docs: updated Petclinic README Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com> * docs: made changes according to comments Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com> * docs: removed redundant section Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com> * docs: added \n Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com> * docs: made changes according to the comments Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com> --------- Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com> Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
Pull Request Template
Description
Updated README according to the requested changes
Type of change
Please delete options that are not relevant.
Checklist: