白夜有点黑
6 years agoContributor
ERROR:groovy.lang.MissingMethodException: No signature of method
I have groovy util class as below:
package com.hypers.test.apitest.util
import groovy.sql.Sql
class DataBaseUtil {
static def database
static def connectDB(def url, def username...