Grails - 构建配置错误
Grails - Error in build config
我试图从 GGTS 运行 生成所有 myPackage.*。
它向我展示了很多错误。所以我用 "test-app -unit ats.JD"
检查了问题
这就是我遇到的问题。
There was an error loading the BuildConfig: Bad artifact coordinates mysql:mysql-connector-java-5.1.45-bin, expected format is <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version> (Use --stacktrace to see the full trace)Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
您向 mysql 连接器库添加了错误的路径。请在您的 BuildConfig.groovy 文件中重新检查它
我试图从 GGTS 运行 生成所有 myPackage.*。 它向我展示了很多错误。所以我用 "test-app -unit ats.JD"
检查了问题这就是我遇到的问题。
There was an error loading the BuildConfig: Bad artifact coordinates mysql:mysql-connector-java-5.1.45-bin, expected format is <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version> (Use --stacktrace to see the full trace)Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
您向 mysql 连接器库添加了错误的路径。请在您的 BuildConfig.groovy 文件中重新检查它