CentralConfig.java 261 Bytes
package com.diligrp.tax.central;


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

@Configuration
@ComponentScan(basePackages = "com.diligrp.tax.central")
public class CentralConfig {
}