Skip to content

Commit

Permalink
Added more information into the MyApi.java class
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Nov 14, 2017
1 parent 83bb00b commit 5f80fa1
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@
/**
* MyApi skeleton endpoints sample
* Add your first API methods in this class, or you may create another class.
* In that case, update your src/main/webapp/WEB-INF/web.xml accordingly.
* In that case, update the src/main/webapp/WEB-INF/web.xml and modify
* the class set to the services param as a comma separated list.
*
* For example:
* <init-param>
* <param-name>services</param-name>
* <param-value>com.example.skeleton.FirstApi, com.example.skeleton.SecondApi</param-value>
* </init-param>
*
*/
@Api(name = "skeleton-api",
version = "v1")
Expand Down

0 comments on commit 5f80fa1

Please sign in to comment.