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

Posted Roninaxious

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency(代码相关的知识,希望对你有一定的参考价值。


移除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>

以上是关于Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency(代码的主要内容,如果未能解决你的问题,请参考以下文章

解决:perl: warning: Please check that your locale settings

Please set the JAVA_HOME variable in your environment

Please set the JAVA_HOME variable in your environment

DedeCMS Error: (PHP 5.3 and above) Please set request_order

记录:dynamic-datasource Please check the setting of primary...解决方案

记录:dynamic-datasource Please check the setting of primary...解决方案