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: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,7 @@ public static class LiquibaseConfiguration {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
29
29
/**
30
30
* A configuration property name composed of elements separated by dots. User created
31
-
* names may contain the characters "{@code a-z}" "{@code 0-9}") and "{@code -}", they
31
+
* names may contain the characters "{@code a-z}" "{@code 0-9}" and "{@code -}", they
32
32
* must be lower-case and must start with an alphanumeric character. The "{@code -}" is
33
33
* used purely for formatting, i.e. "{@code foo-bar}" and "{@code foobar}" are considered
0 commit comments