zxy-commons-test 测试用例的一些常用依赖。 如果其他模块需要使用这些功能时,只需要在maven中加入: 依赖添加: <dependency> <groupId>com.zxy</groupId> <artifactId>zxy-commons-test</artifactId> <version>${zxy_commons_version}</version> </dependency> 注意: 该模块只作依赖管理,没有具体的功能实现。