
io.leopard.test.ModuleParserLei Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leopard-test Show documentation
Show all versions of leopard-test Show documentation
集成测试、单元测试时,不需要为测试做任何额外的Spring相关配置。
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