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

de.otto.synapse.edison.state.EdisonStateRepositoryUiAutoConfiguration Maven / Gradle / Ivy

The newest version!
package de.otto.synapse.edison.state;

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

@Configuration
@EnableConfigurationProperties(EdisonStateRepositoryUiProperties.class)
public class EdisonStateRepositoryUiAutoConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy