Skip to content

Commit d90b2b6

Browse files
committed
config -> configLocation in javadoc
1 parent 29c2c1a commit d90b2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class MybatisProperties {
6868
private ExecutorType executorType;
6969

7070
/**
71-
* A Configuration object for customize default settings. If {@link #config}
71+
* A Configuration object for customize default settings. If {@link #configLocation}
7272
* is specified, this property is not used.
7373
*/
7474
private Configuration configuration;

0 commit comments

Comments
 (0)