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 7f97b43

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

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