新增部分登录实现.

This commit is contained in:
aoshiguchen
2022-08-01 23:53:38 +08:00
parent b0e3a3454e
commit 6e74685c9b
@@ -21,9 +21,7 @@
*/
package fun.asgc.neutrino.core.db.mapper;
import fun.asgc.neutrino.core.annotation.Autowired;
import fun.asgc.neutrino.core.annotation.Component;
import fun.asgc.neutrino.core.annotation.Init;
import fun.asgc.neutrino.core.annotation.NonIntercept;
import fun.asgc.neutrino.core.aop.Invocation;
import fun.asgc.neutrino.core.aop.interceptor.Interceptor;
@@ -36,7 +34,6 @@ import lombok.Data;
import lombok.experimental.Accessors;
import java.lang.reflect.Method;
import java.sql.SQLException;
import java.util.Collection;
import java.util.Map;
@@ -51,11 +48,6 @@ public class SqlMapperInterceptor implements Interceptor {
private static final Cache<Method, Params> paramsCache = new MemoryCache<>();
@Init
public void a() {
System.out.println("11");
}
@Override
public void intercept(Invocation inv) throws Exception {
JdbcTemplate jdbcTemplate = BeanManager.getBean(JdbcTemplate.class);