You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisProperties.java
+14
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,11 @@ public static class CoreConfiguration {
409
409
*/
410
410
privatePropertiesvariables;
411
411
412
+
/**
413
+
* Specifies the database identify value for switching query to use.
414
+
*/
415
+
privateStringdatabaseId;
416
+
412
417
publicBooleangetSafeRowBoundsEnabled() {
413
418
returnsafeRowBoundsEnabled;
414
419
}
@@ -657,6 +662,14 @@ public void setDefaultEnumTypeHandler(Class<? extends TypeHandler> defaultEnumTy
Copy file name to clipboardexpand all lines: mybatis-spring-boot-autoconfigure/src/test/java/org/mybatis/spring/boot/autoconfigure/MybatisPropertiesTest.java
0 commit comments