Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为我的所有存储库和实体创建了 Spring Boot 应用程序。我需要在构建 jar 文件时禁用自动测试运行,因为这些存储库指向不同的数据库。任何人都可以在这里帮助我吗?谢谢。
我已经通过在 pom.xml 中添加属性来修复它
<maven.test.skip>true</maven.test.skip>