(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
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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
7 months, 2 weeks agojames2033
7 months, 2 weeks agojames2033
7 months, 2 weeks agoAzuni
7 months, 2 weeks agozakupower
1 year agoqulyt
1 year, 2 months ago