Skip to content

Commit 5216918

Browse files
authored
Fixed issue for behave is not match with document
1 parent 03b4d49 commit 5216918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cn/com/hellowood/dynamicdatasource/configuration/DynamicDataSourceAspect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public class DynamicDataSourceAspect {
2222
private static final Logger logger = LoggerFactory.getLogger(DynamicDataSourceAspect.class);
2323

24-
private final String[] QUERY_PREFIX = {"select"};
24+
private final String[] QUERY_PREFIX = {"get"};
2525

2626
/**
2727
* Dao aspect.

0 commit comments

Comments
 (0)