我使用gradle构建和测试我的Java应用程序。我使用Spring Tool Suite和Spring Boot。
执行gradle任务后,我查看控制台输出" test"我看到缩短的完整合格包名称。
如何告诉Spring Boot或Gradle输出完全限定的包名并将其打印出来?
例如我想看
org.springframework.context.annotation。 AnnotationConfigApplicationContext
而不是
s.c.a。 AnnotationConfigApplicationContext