腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
spring
boot
jetty
错误
、
、
我得到以下
错误
,当我运行任何弹簧启动应用程序请帮助。 }
错误
信息如下: at org.springframework.
boot
.SpringApplication.run(SpringA
浏览 4
提问于2017-06-18
得票数 1
4
回答
如何在
spring
引导应用程序中更改服务器?
、
、
、
如何从
spring
引导应用程序更改嵌入式服务器?
浏览 7
提问于2020-07-23
得票数 5
1
回答
当
Jetty
9.3在类路径上时,如何使用
Spring
Boot
?
、
、
、
、
我有一个
Spring
Boot
项目,我正在尝试从Solr 5.4升级到Solr 6.1。Solr 6.1依赖于
Jetty
9.3。现在
Spring
Boot
抱怨道:它提供了一个NoClassDefFoundError: org/eclipse/
jetty
/server/handler/ContextHandler$NoContext/server/handler/ContextHandler$NoContex
浏览 1
提问于2016-06-24
得票数 0
1
回答
使用不同嵌入式服务器的
Spring
引导WAR大小
、
、
、
、
我正在对
spring
进行试验,我意识到当我使用嵌入式Tomcat服务器时,产生的WAR大小要比使用具有相同rest依赖关系的
Jetty
或甚至Undertow服务器时小。 <artifactId>
spring
-
boot
-starter-actuator</artifactId-- <artifactId>
浏览 4
提问于2015-03-17
得票数 4
回答已采纳
2
回答
是否可以显式地配置
spring
引导服务器?
、
我有一个
Spring
应用程序,其中一个依赖项是使用
spring
和一个嵌入式
jetty
来启动一个临时web服务器。这导致我的春季引导应用程序启动在一个码头,而不是一只猫。我的春初网: <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-weborg.eclipse.
jetty
.web
浏览 0
提问于2018-05-24
得票数 0
回答已采纳
1
回答
ServletWebServerFactory 9+
Spring
Boot
-由于缺少
Jetty
bean,无法启动
Jetty
、
、
、
、
使用
Jetty
-starter时,由于以下
错误
,我无法启动
Spring
Boot
应用程序: 20:23:51.548 [main] ERROR o.s.
boot
.SpringApplication -(SpringApplication.java:744) [
spring
-
boot
-2.1.9.RELEASE.jar:2.1.9.RELEASE] at org.springframework.
boot
.SpringApplication.ref
浏览 21
提问于2019-10-07
得票数 0
2
回答
Vaadin、
Jetty
、
Spring
Data、Maven - Exception
、
、
、
、
我正在尝试将
Spring
数据集成到我们的Vaadin项目中。因此,我尝试运行以下使用相同技术的示例代码: <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-parent
浏览 0
提问于2015-05-10
得票数 5
1
回答
无法从
Spring
应用程序连接到Bigtable
、
、
、
netty-tcnative-boringssl-static</artifactId></dependency><dependency> <artifactId>
spr
浏览 1
提问于2017-01-23
得票数 1
回答已采纳
1
回答
无法在
jetty
中启动
spring
-
boot
,默认设置为tomcat
、
、
、
即使使用以下配置,也无法在
jetty
中启动
spring
-
boot
,配置不正确 implementation ('org.springframework.
boot
:
spring
-
boot
-starter-web') { exclude group: 'org.springframework.
boot
', module: '
spring
-
boot
-starter-tomcat
浏览 35
提问于2021-03-23
得票数 1
回答已采纳
1
回答
弹簧启动-启动器-码头1.4.x.RELEASE缺失EmbeddedServletContainerFactory
、
、
:
spring
-
boot
-starter-web:1.4.1.RELEASE") compile("org.springframework.
boot
:
spring
-
boot
-starter-
jetty
:1.4.1.RELEA
浏览 3
提问于2016-11-07
得票数 0
回答已采纳
5
回答
KeyCloak服务器由: java.lang.ClassNotFoundException: java.security.acl.Group引起
、
、
、
、
我正在运行一个KeyCloak服务器来验证那些想要访问
Spring
/
Spring
的用户。但是,在试图进行身份验证时会发生
错误
。以下工作: Caused by: java.lang.ClassNotFound
浏览 7
提问于2020-05-21
得票数 24
3
回答
java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.
jetty
.apache.jsp.JuliLog
、
、
、
我是春季mvc,
jetty
和restful的新手。我正在尝试部署我的restful,在使用此命令>时运行得很好。mvn clean
jetty
:run java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Providerat org.eclipse.
jetty
.webapp.WebAppContext.startContext (WebAppContext.java:1459) at org.eclipse.
浏览 1
提问于2019-04-25
得票数 4
1
回答
弹簧启动嵌入式码头启动后立即停止
、
、
:
spring
-
boot
-starter-web:${springBootVersion}") {}compile("org.springframework.
boot
:
spring
-
boot
-starter-
jetty
:${springBootVersion}") 我在用IntelliJ。.__|_|
浏览 8
提问于2016-11-15
得票数 0
回答已采纳
1
回答
允许Grails 4应用程序在
Jetty
(9+)下运行的最小步骤?
、
对于一个空白的Grails 4应用程序,要想在
Jetty
9+下以.war归档的形式成功运行,至少需要做哪些更改? 如果我简单地部署一个.war,它会在
Jetty
下显示为静态内容(一个目录清单)。换句话说:我如何在现代Grails和
Jetty
期望的之间架起一座桥梁?
浏览 37
提问于2021-02-09
得票数 0
回答已采纳
1
回答
与依赖关系版本的分级选择规则混淆
、
、
我在项目A中有导入依赖项implementation group: "org.springframework.
boot
", name: "
spring
-
boot
-starter-
jetty
", version: "2.1.18.RELEASE",下面是依赖树:+--- org.springframework.
boot
:
spring
-
boot
-starter-
jetty
->
浏览 7
提问于2022-07-12
得票数 0
1
回答
用自定义SSLContext编程配置
Spring
(用于mTLS)
、
、
、
、
问题
Spring
的只提供了一个清晰的方法来配置SSL (通过application.properties):server.ssl.key-store=classpath
Spring
提供了一个关于的章节,它说要使用像TomcatServletWebServerFactory或ConfigurableServletWebServerFactory这样的东西,但是它们并没有真正深入
浏览 7
提问于2021-01-25
得票数 0
回答已采纳
1
回答
org.springframework.
boot
.context.embedded不存在-- Gradle构建
Spring
、
但我一开始就被这些渐变构建
错误
困住了:
错误
:包org.springframework.
boot
.context.embedded.
jetty
不存在 导入org.springframework.
boot
.context.embedded.
jetty
.JettyEmbeddedSe
浏览 0
提问于2018-03-14
得票数 1
回答已采纳
2
回答
如何在
spring
应用程序中配置
jetty
最大标头大小
、
、
、
我有一个使用
jetty
服务器的
spring
应用程序。为了发送大尺寸的报头,我需要更改报头的最大大小。我将
jetty
添加到依赖项中,如下所示: <groupId>org.springframework.
boot
</groupId><artifactId>
spring
-
boot
-starter-
jetty
</artifactId>
浏览 3
提问于2015-03-08
得票数 0
3
回答
如何在
spring
boot
中禁用jndi调试日志
如何在
spring
boot
中禁用以下调试日志?每当向应用程序发出运行状况检查请求时,都会显示这些日志。InitialContextFactory.getInitialContext()[DEBUG] jndi - Created i
浏览 1
提问于2015-11-30
得票数 4
1
回答
Spring
Boot
应用程序无法启动,因为类org.eclipse.
jetty
.server.Server不存在
、
、
、
、
我正在将web应用程序迁移到
Spring
Boot
应用程序,该应用程序无法启动,并显示以下
错误
消息: An attempt was made to call the method org.eclipse.
jetty
.server.Server正如
Spring
Boot
所指出的那样,(C:/Users/xyz/.m2/repository/org/eclipse/
jetty
/
j
浏览 310
提问于2019-01-30
得票数 3
点击加载更多
相关
资讯
Spring Boot 常见错误及解决方法
Spring Boot:Spring Boot 邮件服务
Spring Boot 2系列教程6-Spring Boot JDBC
Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
spring boot简介
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
对象存储
活动推荐
运营活动
广告
关闭
领券