1.1.1 move aop to package gaea.spring

This commit is contained in:
2022-08-18 15:15:48 +08:00
parent 07684e814d
commit b09e0c0f03
13 changed files with 25 additions and 29 deletions

View File

@@ -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)