Skip to content

Commit

Permalink
[ISSUE#12022] Fix nacos datasource plugin ClassCastException bug (ali…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolls committed May 2, 2024
1 parent 177dd4c commit d831bc9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
package com.alibaba.nacos.plugin.datasource;

import com.alibaba.nacos.plugin.datasource.constants.DataSourceConstant;
import com.alibaba.nacos.plugin.datasource.mapper.*;
import com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper;
import com.alibaba.nacos.plugin.datasource.mapper.ConfigInfoMapper;
import com.alibaba.nacos.plugin.datasource.mapper.Mapper;
import com.alibaba.nacos.plugin.datasource.mapper.TestMapper;
import org.junit.Assert;
import org.junit.Test;

Expand Down

0 comments on commit d831bc9

Please sign in to comment.