Skip to content

Commit 1989b80

Browse files
committed
changed README.md file
1 parent 414a0d9 commit 1989b80

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11

2-
# Spring Framework 5 MVC Rest Application
2+
# Spring Framework 5 REST API
3+
API which allows you to manage CRUD functionalities.
34

5+
# Getting started
6+
To run API you have to clone the github project.
7+
Then open and start it in your IDE. Afterwards open this [link]("http://localhost:8080/swagger-ui.html"),
8+
which takes you to swagger generated documentation.
9+
10+
11+
12+
# Built With
13+
* Spring 5 MVC
14+
* Java 8
15+
* Swagger

src/main/java/com/dwr/configuration/SwaggerConfig.java

-7
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,4 @@ public Docket api(){
2323
.build()
2424
.pathMapping("/");
2525
}
26-
// private ApiInfo metaData(){
27-
//// return new ApiInfo("First api",
28-
//// "my first api",
29-
//// "1.0",
30-
//// "Terms of service",
31-
////
32-
// }
3326
}

0 commit comments

Comments
 (0)