Skip to content
Snippets Groups Projects

feat(OAI-PMH): support OpenAIRE metadata

Merged Hugues.Cazeaux requested to merge HCA-OpenAIRE into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -26,6 +26,7 @@ package ch.unige.aou.controller;
import java.io.IOException;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.DependsOn;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -42,6 +43,7 @@ import ch.unige.aou.rest.ModuleName;
import ch.unige.aou.rest.UrlPath;
@RestController
@DependsOn("solidifyEventPublisher")
@ConditionalOnProperty(prefix = "aou.module.access", name = "enable")
@RequestMapping(UrlPath.ACCESS)
public class AccessController extends ModuleController {
Loading