mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	增加redis的configStorage实现的注释说明
This commit is contained in:
		| @ -9,7 +9,11 @@ import redis.clients.jedis.JedisPoolConfig; | |||||||
| import java.io.File; | import java.io.File; | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Jedis client implementor for wechat config storage |  * Jedis client implementor for wechat config storage. | ||||||
|  |  * <pre> | ||||||
|  |  *    使用说明:本实现仅供参考,并不完整, | ||||||
|  |  *    比如为减少项目依赖,未加入redis分布式锁的实现,如有需要请自行实现。 | ||||||
|  |  * </pre> | ||||||
|  * |  * | ||||||
|  * @author gaigeshen |  * @author gaigeshen | ||||||
|  */ |  */ | ||||||
|  | |||||||
| @ -5,7 +5,10 @@ import redis.clients.jedis.JedisPool; | |||||||
|  |  | ||||||
| /** | /** | ||||||
|  * 基于Redis的微信配置provider |  * 基于Redis的微信配置provider | ||||||
|  * |  * <pre> | ||||||
|  |  *    使用说明:本实现仅供参考,并不完整, | ||||||
|  |  *    比如为减少项目依赖,未加入redis分布式锁的实现,如有需要请自行实现。 | ||||||
|  |  * </pre> | ||||||
|  * @author nickwong |  * @author nickwong | ||||||
|  */ |  */ | ||||||
| @SuppressWarnings("hiding") | @SuppressWarnings("hiding") | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang