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

org.antframework.manager.biz.BizConfiguration Maven / Gradle / Ivy

There is a newer version: 1.4.7
Show newest version
/* 
 * 作者:钟勋 (e-mail:[email protected])
 */

/*
 * 修订记录:
 * @author 钟勋 2017-06-22 13:00 创建
 */
package org.antframework.manager.biz;

import org.antframework.manager.biz.provider.ManagerServiceProvider;
import org.antframework.manager.biz.provider.RelationServiceProvider;
import org.antframework.manager.biz.service.*;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
 * biz层配置
 */
@Configuration
@Import({ManagerServiceProvider.class,
        RelationServiceProvider.class,
        AddManagerService.class,
        AddOrModifyRelationService.class,
        DeleteManagerService.class,
        DeleteRelationsService.class,
        FindManagerService.class,
        FindRelationService.class,
        ManagerLoginService.class,
        ModifyManagerNameService.class,
        ModifyManagerPasswordService.class,
        ModifyManagerTypeService.class})
public class BizConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy