@EnableCaching @EnableScheduling @SpringBootApplication @EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.class) public class DNetOpenaireExporterApplication extends AbstractDnetApp
| Modifier and Type | Field and Description |
|---|---|
static String |
V1 |
AGPL_3_LICENSE, APACHE_2_LICENSE| Constructor and Description |
|---|
DNetOpenaireExporterApplication() |
| Modifier and Type | Method and Description |
|---|---|
org.springdoc.core.GroupedOpenApi |
communities() |
org.springdoc.core.GroupedOpenApi |
contexts() |
org.springdoc.core.GroupedOpenApi |
dsm() |
org.springdoc.core.GroupedOpenApi |
funders() |
org.springdoc.core.GroupedOpenApi |
info() |
static void |
main(String[] args) |
org.springdoc.core.GroupedOpenApi |
projects() |
protected String |
swaggerTitle() |
protected String |
swaggerVersion() |
init, newSwaggerDocket, swaggerDesc, swaggerLicense, swaggerTagspublic static final String V1
protected String swaggerTitle()
swaggerTitle in class AbstractDnetAppprotected String swaggerVersion()
swaggerVersion in class AbstractDnetApp@Bean
@ConditionalOnProperty(value="openaire.exporter.enable.dsm",
havingValue="true")
public org.springdoc.core.GroupedOpenApi dsm()
@Bean
@ConditionalOnProperty(value="openaire.exporter.enable.project",
havingValue="true")
public org.springdoc.core.GroupedOpenApi projects()
@Bean
@ConditionalOnProperty(value="openaire.exporter.enable.funders",
havingValue="true")
public org.springdoc.core.GroupedOpenApi funders()
@Bean
@ConditionalOnProperty(value="openaire.exporter.enable.community",
havingValue="true")
public org.springdoc.core.GroupedOpenApi communities()
@Bean
@ConditionalOnProperty(value="openaire.exporter.enable.context",
havingValue="true")
public org.springdoc.core.GroupedOpenApi contexts()
@Bean
@ConditionalOnProperty(value="openaire.exporter.enable.info",
havingValue="true")
public org.springdoc.core.GroupedOpenApi info()
Copyright © 2025. All rights reserved.