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

io.leopard.test.ModuleParserLei Maven / Gradle / Ivy

Go to download

集成测试、单元测试时,不需要为测试做任何额外的Spring相关配置。

There is a newer version: 0.9.8
Show newest version
package io.leopard.test;

/**
 * 模块名称解析.
 * 
 * @author 阿海
 *
 */
public interface ModuleParserLei {
	/**
	 * 判断是否单模块项目?
	 * 
	 * @return
	 */
	boolean isSingleModule();

	// /work/news/news/news-dao

	String getModuleName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy