Package eu.dnetlib
Class DNetOpenaireExporterApplication
java.lang.Object
eu.dnetlib.common.app.AbstractDnetApp
eu.dnetlib.DNetOpenaireExporterApplication
@EnableCaching
@EnableScheduling
@SpringBootApplication
@EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.class)
public class DNetOpenaireExporterApplication
extends AbstractDnetApp
-
Field Summary
FieldsFields inherited from class eu.dnetlib.common.app.AbstractDnetApp
AGPL_3_LICENSE, APACHE_2_LICENSE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springdoc.core.GroupedOpenApiorg.springdoc.core.GroupedOpenApicontexts()org.springdoc.core.GroupedOpenApidsm()org.springdoc.core.GroupedOpenApifunders()org.springdoc.core.GroupedOpenApiinfo()static voidorg.springdoc.core.GroupedOpenApiprojects()protected Stringprotected StringMethods inherited from class eu.dnetlib.common.app.AbstractDnetApp
init, newSwaggerDocket, swaggerDesc, swaggerLicense, swaggerTags
-
Field Details
-
V1
- See Also:
-
-
Constructor Details
-
DNetOpenaireExporterApplication
public DNetOpenaireExporterApplication()
-
-
Method Details
-
main
- Throws:
Exception
-
swaggerTitle
- Specified by:
swaggerTitlein classAbstractDnetApp
-
swaggerVersion
- Overrides:
swaggerVersionin classAbstractDnetApp
-
dsm
@Bean @ConditionalOnProperty(value="openaire.exporter.enable.dsm", havingValue="true") public org.springdoc.core.GroupedOpenApi dsm() -
projects
@Bean @ConditionalOnProperty(value="openaire.exporter.enable.project", havingValue="true") public org.springdoc.core.GroupedOpenApi projects() -
funders
@Bean @ConditionalOnProperty(value="openaire.exporter.enable.funders", havingValue="true") public org.springdoc.core.GroupedOpenApi funders() -
communities
@Bean @ConditionalOnProperty(value="openaire.exporter.enable.community", havingValue="true") public org.springdoc.core.GroupedOpenApi communities() -
contexts
@Bean @ConditionalOnProperty(value="openaire.exporter.enable.context", havingValue="true") public org.springdoc.core.GroupedOpenApi contexts() -
info
@Bean @ConditionalOnProperty(value="openaire.exporter.enable.info", havingValue="true") public org.springdoc.core.GroupedOpenApi info()
-