1.1.1 move aop to package gaea.spring
This commit is contained in:
@@ -71,7 +71,7 @@ class MongodbRepoProxy(
|
||||
} else if (this.query != null) {
|
||||
this.query!!.javaClass
|
||||
} else
|
||||
throw InvalidClassException("class ${this.supertype.name} property repo and query are both null")
|
||||
throw InvalidClassException("class [${this.supertype.name}] proxy object property [repo] and [query] are both null")
|
||||
|
||||
try {
|
||||
val proxyMethod: Method = proxyClazz.getDeclaredMethod(method.name, *method.parameterTypes)
|
||||
|
||||
Reference in New Issue
Block a user