Parcourir la source

RedisExtProperties password

wujiefeng il y a 9 mois
Parent
commit
320db0bfae

+ 2 - 2
RewardServer/src/main/java/com/zhongshu/reward/server/core/util/ext/RedisExtProperties.java

@@ -21,8 +21,8 @@ public class RedisExtProperties {
     @Value("${spring.redis.port}")
     private int port;
 
-    @Value("${spring.redis.password}")
-    private String password;
+//    @Value("${spring.redis.password}")
+//    private String password;
 
     @Value("${spring.redis.database}")
     private Integer database;