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

cicada.core.configuration.RootConfig Maven / Gradle / Ivy

The newest version!
package cicada.core.configuration;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;

@Configuration
@PropertySource(value = { "classpath:conf/cicada.properties" }, encoding = "UTF-8")
public class RootConfig
{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy