Just a comment in the ResourceInitializer.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/resource-management/resource-manager@155163 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Manuele Simi 2017-10-12 01:47:38 +00:00
parent 579db35d07
commit 9cebacfffc
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ public class ResourceInitializer extends ResourceConfig {
public static final String APPLICATION_JSON_CHARSET_UTF_8 = MediaType.APPLICATION_JSON + ";charset=UTF-8";
public ResourceInitializer(){
//where jersey will find the operation's handler
packages(Access.class.getPackage().toString());
}