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 应用程序中,我有 junit 测试用例。我使用应用程序侦听器实现,它将在服务器启动后执行某些任务。现在我需要在 bootRun 之后运行 Junit 测试用例。基本上应用程序是这样运行的。我正在使用 gradle build 脚本。
compile->build(运行junit测试用例)->bootRun
我们可以在 bootRun 之后运行测试用例吗?
提前致谢