File tree 2 files changed +13
-8
lines changed
src/main/java/com/dwr/configuration
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
- # Spring Framework 5 MVC Rest Application
2
+ # Spring Framework 5 REST API
3
+ API which allows you to manage CRUD functionalities.
3
4
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
Original file line number Diff line number Diff line change @@ -23,11 +23,4 @@ public Docket api(){
23
23
.build ()
24
24
.pathMapping ("/" );
25
25
}
26
- // private ApiInfo metaData(){
27
- //// return new ApiInfo("First api",
28
- //// "my first api",
29
- //// "1.0",
30
- //// "Terms of service",
31
- ////
32
- // }
33
26
}
You can’t perform that action at this time.
0 commit comments