You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hacktoberfest/contribution-guide.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ If you’ve ever wanted to contribute to open source, now is your chance! You ca
19
19
Anyone around the globe who desires to help drive the growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to participate.
20
20
21
21
- Code Contributribution to Keploy Projects includes:
Copy file name to clipboardExpand all lines: versioned_docs/version-1.0.0/hacktoberfest/contribution-guide.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ If you’ve ever wanted to contribute to open source, now is your chance! You ca
19
19
Anyone around the globe who desires to help drive the growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to participate.
20
20
21
21
- Code Contributribution to Keploy Projects includes:
Copy file name to clipboardExpand all lines: versioned_docs/version-1.0.0/java/integration.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,17 +34,13 @@ Sync dependencies or to _build.gradle_:
34
34
compile 'io.keploy:keploy-sdk:1.0.13'
35
35
36
36
2. Install Keploy Jar
37
-
38
37
- Download the latest jar from [here](https://search.maven.org/artifact/io.keploy/keploy-sdk/1.2.6/jar) (eg: 1.2.6) to mock external/internal dependency calls like DB queries, GMaps, S3 etc..
39
-
40
38
- Add the jar into the `main` directory
41
-
42
39
- Add `-javaagent:` prefix with absolute classpath of Keploy jar downloaded above
Copy file name to clipboardExpand all lines: versioned_docs/version-1.0.0/java/quickstart/spring-sql.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,12 @@ Sync dependencies or to _build.gradle_:
39
39
2. Install Keploy Jar
40
40
41
41
- Download the latest jar from [here](https://search.maven.org/artifact/io.keploy/keploy-sdk/1.2.6/jar) (eg: 1.2.6) to mock external/internal dependency calls like DB queries, GMaps, S3 etc..
42
-
43
42
- Add the jar into the `main` directory
44
-
45
43
-**Copy**`-javaagent:` prefix with absolute classpath of Keploy jar downloaded above
0 commit comments