All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.tapirtest.reporting.base.BaseReportingConfiguration.xtend Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package io.tapirtest.reporting.base

import de.bmiag.tapir.bootstrap.annotation.ModuleConfiguration
import org.springframework.boot.autoconfigure.AutoConfigureOrder

/** 
 * Provides the configuration for the tapir extensions Base Reporting module. In this configuration class only beans are registered which are not annotated by Component.
 * 
 * @author Oliver Libutzki {@literal <}[email protected]{@literal >}
 * 
 * @since 1.0.0
 */
@ModuleConfiguration
@AutoConfigureOrder(BaseReportingConfiguration.AUTO_CONFIGURE_ORDER)
class BaseReportingConfiguration {
	
	public static final int AUTO_CONFIGURE_ORDER = 7000
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy