修改注释。

This commit is contained in:
zhouxy108 2023-05-16 17:38:37 +08:00
parent 4d3d0f7cc7
commit 8dcf8eadac

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>