# zcommon
**Repository Path**: singleton_zw/zcommon
## Basic Information
- **Project Name**: zcommon
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MPL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-02
- **Last Updated**: 2025-10-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#### 使用 zcommon
第一步在pom中引入依赖:
````
org.zw
zcommon
1.0
````
第二步
配置config
````
@Configuration
public class ZCRedisConfig {
@Autowired
RedisTemplate redisTemplate;
@Bean
public ZCRedis zcRedis(){
return new ZCRedis(redisTemplate);
}
}
````
封装操作数据