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

io.pythagoras.common.aggregationqueue.AggregationQueuePropertiesConfiguration Maven / Gradle / Ivy

The newest version!
package io.pythagoras.common.aggregationqueue;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;

@Configuration
@EnableConfigurationProperties(value = AggregationQueueProperties.class)
public class AggregationQueuePropertiesConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy