GhostInMatrix

关注

Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency

GhostInMatrix

关注

阅读 103

2022-07-12


Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency_java


移除spring-boot-starer-web依赖即可

<dependencies>
<dependency>
<groupId>com.zsh</groupId>
<artifactId>ce-common</artifactId>
<version>${parent.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</exclusion>
</exclusions>
</dependency>


相关推荐

那小那小

springboot之spring-boot-starter-web

那小那小 88 0 0

火热如冰

spring-boot-starter-web(Web启动器)

火热如冰 83 0 0

流计算Alink

Gateway和spring-boot-starter-web冲突问题

流计算Alink 60 0 0

洒在心头的阳光

gateway 与 spring-boot-starter-web 冲突问题

洒在心头的阳光 65 0 0

陬者

Gateway和spring-boot-starter-web的恩怨情仇

陬者 29 0 0

皮皮球场

Spring Boot 集成 WebFlux 开发 Reactive Web 应用

皮皮球场 108 0 0

JakietYu

spring boot启动错误:Web application could not be started as there was no org.springframework.boot.web.se

JakietYu 48 0 0

龙毓七七

springboot2 集成shiro-spring-boot-web-starter

龙毓七七 155 0 0

NicoalsNC

Spring Boot Web MVC

NicoalsNC 45 0 0

乌龙茶3297

spring boot web api

乌龙茶3297 53 0 0

精彩评论(0)

0 0 举报