Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5216918

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /