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

com.base4j.mvc.MvcStarter Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.base4j.mvc;

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

@Configuration
@ComponentScan("com.base4j")
public class MvcStarter {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy