Skip to content

Commit 7f97b43

Browse files
authored
Fixed issue of behave not match with document
1 parent 5216918 commit 7f97b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ import org.springframework.stereotype.Component;
412412
public class DynamicDataSourceAspect {
413413
private static final Logger logger = LoggerFactory.getLogger(DynamicDataSourceAspect.class);
414414

415-
private final String[] QUERY_PREFIX = {"select"};
415+
private final String[] QUERY_PREFIX = {"get"};
416416

417417
@Pointcut("execution( * cn.com.hellowood.dynamicdatasource.mapper.*.*(..))")
418418
public void daoAspect() {

0 commit comments

Comments
 (0)