腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
4
回答
无法在
Spring
Boot
应用程序
中提供JSP
、
我已经尝试了几个教程来使用
Spring
Boot
提供JSP页面。它们都会返回404页未找到
错误
。>
spring
-
boot
-starter-
web
</artifactId><dependency>
spring
.mvc.
浏览 0
提问于2019-01-02
得票数 0
1
回答
即使已设置映射,
Spring
Boot
仍返回
错误
404
、
、
、
org.springframework.
boot
.autoconfigure.SpringBootApplication; <artifactId>
spring
-
boot
-starter-test</artifactIdd
浏览 2
提问于2021-09-21
得票数 0
回答已采纳
1
回答
Spring
Boot
Web
应用程序
部署
问题
:
没有
错误
,但
应用程序
仍然
失败
、
、
、
我正在尝试在Heroku上运行
Spring
Boot
应用程序
。我遵循了他们的教程,并尝试
部署
我的
应用程序
,但由于某些未知的原因,它总是
失败
。: =========|_|==============|___/=/_/_/_/ 2019-11-08T12:23:50.486599+00:00 app[
web
.1]: ::
Spring
Boot
编辑1:我做了一些事情:我自己将Procfil
浏览 8
提问于2019-11-08
得票数 1
回答已采纳
3
回答
Spring
Boot
App
部署
到Weblogic 12c,启动
失败
、
、
我尝试创建一个
spring
boot
可
部署
war文件,然后将其
部署
到WebLogic12c。
应用程序
启动
失败
,出现异常: Error starting ApplicationContext.实际上,上面提到的文件*.graphqls存在于
WEB
-INF/classes/文件夹下的war中。如果将war文件解压缩到本地磁盘并以松散格式重新
部署
应用程序
,我们将不会看到此异常。
浏览 2
提问于2017-09-28
得票数 0
3
回答
Spring
MVC或
Spring
Boot
、
对于大型公司(
web
)项目,您建议使用
Spring
MVC还是
Spring
-
Boot
?你有什么建议吗?
浏览 10
提问于2015-04-07
得票数 118
回答已采纳
14
回答
为什么我的
Spring
Boot
App总是在启动后立即关机?
、
、
这是我的第一个
Spring
Boot
代码。不幸的是,它总是关闭。我希望它能连续运行,这样我的
web
客户端就可以从浏览器中获取一些数据。/initial/build/libs/gs-
spring
-
boot
-0.1.0.jar started by xxx) // tag::jetty[] compile("org.s
浏览 178
提问于2014-03-13
得票数 203
回答已采纳
2
回答
一种用于桌面应用的弹跳靴
、
、
、
我可以将
Spring
boot
用于使用Java Swing开发的桌面
应用程序
吗?这是好的还是不可取的?我能在Swing
应用程序
中获得
Spring
启动的优势吗?它会降低性能吗?
浏览 3
提问于2018-10-17
得票数 4
回答已采纳
1
回答
可以让Camunda Webapps (独立的
Spring
-
boot
)通过DB或Rest通过任务列表更新.bpmn吗
、
、
、
我们正在尝试将Camundas We
应用程序
部署
为独立的
spring
-
boot
应用程序
,并将.bpmn图和引擎
部署
在另一个独立的
Spring
-
boot
应用程序
中。
但
只能通过共享DB或REST调用连接两个SB
应用程序
,并且
仍然
能够通过Camundas But
应用程序
更新任务。 我们已经成功地
部署
了它们,并将它们连接到基于文件的H2数据库。因此,现在
浏览 18
提问于2019-09-17
得票数 1
回答已采纳
4
回答
Java
Spring
引导可执行JAR文件未在另一台计算机上运行
、
、
、
:但是每当我把Jar文件带到另一个地方(比如,进入另一台PC)并尝试像这样运行:它显示白色标签
错误
404页在- localhost:8080
spring
.mvc.view.suffix: .jsp <?</groupId
浏览 10
提问于2022-01-08
得票数 1
2
回答
如何将多个war文件重新
部署
到单个
Spring
Boot
可
部署
jar中?
目前,我正在将多个war文件
部署
到Tomcat容器中。是否可以使用
Spring
Boot
将所有war文件放入一个可
部署
的jar中?我知道这对于单个
应用程序
是可能的,但是可以
部署
多个曾经位于单独的war文件中的
应用程序
吗?
浏览 1
提问于2016-07-15
得票数 1
3
回答
在Tomcat中
部署
Spring
战争的崩溃
、
、
我成功地使用java -jar命令运行了一个
spring
引导
web
应用程序
。但是,当将打包字段转换为war (在pom.xml中)并将其构建为war时,它未能在tomcat 7中运行。我让我的put.xml的父母变成: <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-parentSpringAp
浏览 3
提问于2014-01-04
得票数 3
回答已采纳
7
回答
Spring
Boot
应用程序
在尝试运行时抛出启动
失败
、
、
、
、
我正在尝试运行这里提供的
Spring
应用程序
示例: 我希望将其构建为war,然后使用tomcat自动
部署
到本地主机。我以前做过一次,但我不知道为什么现在不行。\
spring
-
boot
-starter-
web
\1.5.8.RELEASE\
spring
-
boot
-starter-
web
-1.5.8.RELEASE.jar;C:\Users\Jack\.m2\repository\4.3.12.RELEASE\
spring
浏览 9
提问于2017-10-19
得票数 5
回答已采纳
2
回答
强制
Spring
Boot
在
web
.xml中使用servlet映射
、
、
、
、
我目前正在尝试将我现有的动态
web
项目转移到
Spring
boot
项目,它使用
web
.xml进行servlet映射。我知道
spring
会忽略
web
.xml文件,那么
spring
使用现有
web
.xml的正确方法是什么呢?是的,我
仍然
需要在这个项目中坚持使用
web
.xml。 我对此还是个新手,请指导我!谢谢!
浏览 5
提问于2017-03-03
得票数 4
2
回答
spring
-
boot
-starter-
web
和
spring
-
boot
-starter-webflux不是一起工作的吗?
、
、
当我开始学习
spring
-webflux时,我有一个关于这个组件的
问题
。我构建了一个简单的项目,使用maven管理该项目,并添加了有关
spring
-
boot
-starter-
web
和
spring
-
boot
-starter-webflux的依赖项,例如: <groupId>org.springframework.
boot
</groupId> &
浏览 4
提问于2018-07-17
得票数 12
回答已采纳
25
回答
ApplicationContextException:由于缺少ServletWebServerFactory bean,无法启动ServletWebServerFactory
、
、
我已经使用
spring
编写了一个
Spring
批处理
应用程序
。当我试图使用命令行和本地系统上的类路径运行该
应用程序
时,它运行得很好。然而,当我试图在linux服务器上运行它时,它给了我以下异常org.springframework.context.ApplicationContextException
浏览 2
提问于2018-05-08
得票数 148
回答已采纳
1
回答
将
spring
引导
部署
到google
应用程序
引擎灵活env时出错404
、
、
当将
spring
引导
应用程序
部署
到google
应用程序
引擎灵活的env时,我面临着
问题
。我只想在GAE灵活的env中
部署
,因为我已经在这上面运行了一些服务(在同一个gcp项目中)。因此,我希望将其
部署
为一个新的独立服务,可以配置分派文件来运行微服务系统。Method)我在发布后尝试过解决方案
但
浏览 0
提问于2018-10-05
得票数 2
1
回答
NoClassDefFoundError: javax/ServletException
、
、
、
我想在我的项目中使用@ControllerAdvice,但是我遇到了一些
问题
。当我构建项目时,我有
错误
,但是如果我评论@ControllerAdvice,我的项目构建fine.For构建我使用gradle。下面我添加了
错误
代码,MyExceptionHandler和build.gradle。:
spring
-
boot
-starter-hateoas -> 2.2.6.RELEASE | +--- org.springframework.
boot
:
spring
-
浏览 1
提问于2020-04-26
得票数 0
回答已采纳
1
回答
我可以在Tomcat 8.0.x上
部署
spring
-
boot
2.0 WAR吗?
、
spring
-
boot
2.0已经发布一周了。博客文章提到,嵌入式tomcat现在有Tomcat8.5基准。这是否也意味着如果我使用
spring
-
Boot
2.0
应用程序
的WAR
部署
,我需要Tomcat8.5,或者Tomcat8.0.x
仍然
可以工作吗?
浏览 16
提问于2018-03-05
得票数 1
回答已采纳
5
回答
如何在tomcat服务器上
部署
spring
boot
web
应用程序
、
、
、
、
我已经创建了
spring
boot
web
应用程序
,但我无法在tomcat上
部署
spring
boot
web
应用程序
WAR文件,并且我能够将其作为java
应用程序
运行。如何在tomcat上将
spring
boot
应用程序
作为
web
服务运行。我正在使用下面的代码。如果可以在tomcat上运行,请帮助我在不使用
web
.xml和使用
浏览 0
提问于2015-12-29
得票数 28
2
回答
android studio中的
spring
boot
、
在android studio build.gradle中使用
spring
boot
的正确方法是什么?:
spring
-
boot
-gradle-plugin:1.4.3.RELEASE")}compileSdkVersion 24compile 'com.fasterxml.jackson.core:jackson-databind:2.3.2' compile '
浏览 1
提问于2017-01-14
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
SpringBoot+Vue3+MySQL集群 开发健康体检双系统-落下玉古路起飞
使用docker构建springboot微服务应用-java程序员涨工资必备技能
Spring和SpringBoot比较,解惑区别
译:什么是 Spring Boot?
猜你不知道Spring Boot的几种部署方式
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券