(A) Undertow for Spring Reactive https://undertow.io/ See https://springhow.com/spring-boot-undertow/
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
(B) Jetty for Spring Reactive.
(C) wrong, it is 8080, not 8088
(D) true
(E) wrong, use in-memory with Spring Data JPA or Spring Security or declaring H2 database in pom.xml or build.gradle .
(A) Undertow for Spring Reactive https://undertow.io/
(B) Jetty for Spring Reactive.
(C) true,
(D) true,
(E) wrong, use in-memory with Spring Data JPA or Spring Security or declaring H2 database in pom.xml or build.gradle .
A - https://docs.spring.io/spring-boot/docs/1.5.3.RELEASE/reference/html/howto-embedded-servlet-containers.html#:~:text=own%20JettyEmbeddedServletContainerFactory.-,73.13,-Use%20Undertow%20instead
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
james2033
8 months, 4 weeks agojames2033
9 months agojames2033
8 months, 4 weeks agoAzuni
9 months agozakupower
1 year, 1 month agoqulyt
1 year, 3 months ago