Skip to content

Commit ad7a8e5

Browse files
onewemroccyen
authored andcommitted
[ISSUE alibaba#8295] fix can't login when use embedded storage in cluster model (alibaba#8304)
Close alibaba#8295
1 parent cdfaf63 commit ad7a8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/src/main/java/com/alibaba/nacos/config/server/service/repository/RowMapperManager.java

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public static synchronized <D> void registerRowMapper(String classFullName, RowM
167167
mapperMap.get(classFullName).getClass().getCanonicalName(),
168168
rowMapper.getClass().getCanonicalName());
169169
}
170+
mapperMap.put(classFullName, rowMapper);
170171
}
171172

172173
public static final class MapRowMapper implements RowMapper<Map<String, Object>> {

0 commit comments

Comments
 (0)