更改权限修饰符

pull/134/head
runphp 4 years ago committed by Gitee
parent 6c70291d0a
commit 9ca795ce5e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
public class RedisService
{
@Autowired
public RedisTemplate redisTemplate;
private RedisTemplate redisTemplate;
/**
* IntegerString

Loading…
Cancel
Save