我有一个spring引导应用程序(grails 3.1.8),但是当我在intellij中运行该应用程序时,我得到了以下错误: at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361)
at org.springframework.boot.SpringApplication.
我目前正在使用Spring编写API后端,希望使用Spring将其部署到生产服务器上。如果我在Eclipse中运行后端,编译为war (在Maven中指定),并使用Tomcat 7,那么它的运行就没有问题。
但是,由于我想部署到服务器,所以我使用Spring。-- Note: By default SpringBoot uses Tomcat 8. We set this so we can us
我有一个springboot reactive应用程序,它是从spring starter生成的。默认情况下,它应该使用Netty服务器,但我可以在控制台中看到tomcat has started on port 8080。>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId&