We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b4d49 commit 5216918Copy full SHA for 5216918
src/main/java/cn/com/hellowood/dynamicdatasource/configuration/DynamicDataSourceAspect.java
@@ -21,7 +21,7 @@
21
public class DynamicDataSourceAspect {
22
private static final Logger logger = LoggerFactory.getLogger(DynamicDataSourceAspect.class);
23
24
- private final String[] QUERY_PREFIX = {"select"};
+ private final String[] QUERY_PREFIX = {"get"};
25
26
/**
27
* Dao aspect.
0 commit comments