有没有什么Grails提示可以帮你找出我的项目在运行时没有使用哪些依赖项/插件?我想开始整理一个现有的项目,一个显而易见的事情就是整理BuildConfig.groovy?
谢谢
发布于 2015-06-01 20:39:51
您可以使用"grails依赖项-报告“命令https://grails.github.io/grails-doc/latest/ref/Command%20Line/dependency-report.html
https://stackoverflow.com/questions/22502956
复制相似问题