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/jdbc/DataSourceProperties.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/DataSourcePropertiesTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/EmbeddedDatabaseConnection.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
* @author Phillip Webb
35
35
* @author Dave Syer
36
36
* @author Stephane Nicoll
37
+
* @author Kristine Jetzke
37
38
* @see #get(ClassLoader)
38
39
*/
39
40
publicenumEmbeddedDatabaseConnection {
@@ -106,7 +107,7 @@ public String getUrl() {
106
107
*/
107
108
publicStringgetUrl(StringdatabaseName) {
108
109
Assert.hasText(databaseName, "DatabaseName must not be null.");
0 commit comments