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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@ Open postman and go to the request page and follow the ```CRUD``` form to reques
44
44
<imgsrc="https://github.com/getdaniel/webservice-with-jQuery/blob/main/assets/html-design.png"alt="The design of html page">
45
45
</p>
46
46
47
-
- Click [Here](https://getdaniel.github.io/webservice-with-jQuery/)(```Right click and press new tab, to open on new tab.```) to see the overal documentation of the project
47
+
- Click [Here](https://getdaniel.github.io/webservice-with-jQuery/)(```Right click and press new tab, to open on new tab -> To keep the current tab.```) to see the overal documentation of the project
48
48
49
49
-```src/main/java/com/ws/webservicewithjQuery/*.java``` is the file that the java part of the code is written.
50
50
-```src/main/resources/static/*``` is the the folder that holds the markup files like ```html``` and ```js``` files.
51
-
-```src/test/java/com/ws/webservicewithjQuery/WebserviceWithJQueryApplicationTests.java``` is a file that is used to test the java code functionality.
51
+
-```src/test/java/com/ws/webservicewithjQuery/WebserviceWithJQueryApplicationTests.java``` is a file that is used to test the java code functionality. Unfortunately, there is not test case coded. Sorry for that :sorry::sorry::sorry:
52
52
- The gradle part inicates the project is done by gradle-groovy not marvel.
53
53
54
54
## Developers :technologist::
@@ -60,4 +60,4 @@ Open postman and go to the request page and follow the ```CRUD``` form to reques
0 commit comments