We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85b18e commit 1a3122eCopy full SHA for 1a3122e
pom.xml
@@ -39,10 +39,10 @@
39
<groupId>org.springframework.boot</groupId>
40
<artifactId>spring-boot-starter-web</artifactId>
41
</dependency>
42
- <!--<dependency>-->
43
- <!--<groupId>org.springframework.boot</groupId>-->
44
- <!--<artifactId>spring-boot-starter-reactor-netty</artifactId>-->
45
- <!--</dependency>-->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-reactor-netty</artifactId>
+ </dependency>
46
<dependency>
47
48
<artifactId>spring-boot-starter-thymeleaf</artifactId>
0 commit comments