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 0e44720 commit 90f6c9bCopy full SHA for 90f6c9b
pom.xml
@@ -54,7 +54,7 @@
54
<dependency>
55
<groupId>com.h2database</groupId>
56
<artifactId>h2</artifactId>
57
- <scope>runtime</scope>
+ <scope>compile</scope>
58
</dependency>
59
60
<groupId>org.postgresql</groupId>
src/main/java/guru/springframework/configuration/WebConfiguration.java
@@ -1,7 +1,7 @@
1
package guru.springframework.configuration;
2
3
import org.h2.server.web.WebServlet;
4
-import org.springframework.boot.context.embedded.ServletRegistrationBean;
+import org.springframework.boot.web.servlet.ServletRegistrationBean;
5
import org.springframework.context.annotation.Bean;
6
import org.springframework.context.annotation.Configuration;
7
0 commit comments