我用
创建了一个新项目在these steps之后修复BuildConfig.groovy
之后尝试运行项目时,它运行正常。
但是,在尝试调试项目时,我收到以下错误:
加载BuildConfig:参数类型不匹配时出错(使用--stacktrace查看完整跟踪)
在BuildConfig.groovy
我有以下“已修复”部分:
grails.project.fork = [
// configure settings for compilation JVM, note that if you alter the Groovy version forked compilation is required
// compile: [maxMemory: 256, minMemory: 64, debug: false, maxPerm: 256, daemon:true],
// configure settings for the test-app JVM, uses the daemon by default
//test: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, daemon:true],
// configure settings for the run-app JVM
//run: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, forkReserve:false],
// configure settings for the run-war JVM
//war: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, forkReserve:false],
// configure settings for the Console UI JVM
//console: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256]
]
答案 0 :(得分:0)
问题在grails版本2.3.4中得到解决。