spring multimodule integrationtest:弹簧分成多个模块未通过集成测试 源码
客观的 该存储库的目标是使用Spring-Boot测试非常基本的多模块配置。 结构 定义了两个模块: starter :包含引导项目的spring-boot-starter 模块:包含应用程序代码(例如REST服务)及其测试 入门者依赖模块。 另一方面,模块对starter具有测试依赖性。 这种依赖关系结构不是很常见,但是带有Integrationstests需要引用Starter-Class来进行必要的引导。
文件列表
spring-multimodule-integrationtest-master.zip
(预估有个15文件)
spring-multimodule-integrationtest-master
.gitignore
390B
gradle
wrapper
gradle-wrapper.jar
57KB
gradle-wrapper.properties
200B
README.md
606B
gradlew.bat
3KB
module
build.gradle.kts
60B
暂无评论