This commit is contained in:
zhouxy108 2023-06-29 01:32:42 +08:00
commit 2f07ce0e5f

View File

@ -7,8 +7,7 @@ import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;
import xyz.zhouxy.plusone.spring.SpringContextHolder;
/**
* 全局单例 Spring 装配好的对象
* 可通过静态方法获取 Spring 容器中的 {@link JdbcTemplate}
* 通过静态方法获取 Spring 容器中的 {@link JdbcTemplate}
* {@link NamedParameterJdbcTemplate} 对象
*
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>