use an annotation processor instead of a groovy script because of classloading issues

This commit is contained in:
Athou
2013-08-01 17:11:57 +02:00
parent e90747fd08
commit bfbe39993f
10 changed files with 135 additions and 40 deletions

View File

@@ -29,7 +29,7 @@
link.attr('href', url + '/rest');
link.html(link.attr('href'));
url = url + '/api/swagger-doc/resources';
url = url + '/api/api-docs/resources';
window.swaggerUi = new SwaggerUi({
discoveryUrl:url,
apiKey:"",