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

io.github.config.AppConfig Maven / Gradle / Ivy

The newest version!
package io.github.config;

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


@Configuration
@ComponentScan("io.github.*")
public class AppConfig {

    public AppConfig() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy