腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
3
回答
弹簧: java.lang.ClassNotFoundException: org.springframework.
boot
.SpringApplication找不到
、
" <artifactId>
spring
-
boot
-starter-web</artifactId>
浏览 1
提问于2018-08-11
得票数 4
回答已采纳
5
回答
Spring
boot
- java.lang.ClassNotFoundException: javax.servlet.ServletContext,无法启动EmbeddedWebApplicationContext
、
我有一个
spring
引导应用程序(grails 3.1.8),但是当我在
intellij
中运行该应用程序时,我得到了以下错误: at org.springframework.
boot
.SpringApplication.createAndRefreshContext(SpringApplication.java:361) at org.springframework.
boot
.SpringApplication.
浏览 495
提问于2016-06-21
得票数 22
回答已采纳
1
回答
IntelliJ
“运行
Maven
构建”已灰暗
、
、
我有一个在
IntelliJ
中构建的
Maven
/
Spring
项目。据我所知,从
IntelliJ
内部看,一切都运行得很好。我已经设置了将其打包到一个带有内置Tomcat的独立jar中:我正在使用:因此,我的理解是但是,当我右键单击"
Maven
Projects“下的项目时,"Run”箭头是灰色的。有什
浏览 3
提问于2017-08-21
得票数 8
回答已采纳
1
回答
在
maven
中安装失败,但在
IntelliJ
中直接成功。
、
我有一个包含许多模块的项目,可以在
intellij
中编译得很好。 当我尝试在
maven
中构建它(通过全新安装)时,我得到了“编译错误:”和许多关于特定模块的问题,在
IntelliJ
上是很好的。我试着重启
Intellij
(并清理了缓存),试着卸载并重新安装它,试着取消勾选和勾选自动重新导入,试着重新移植所有的项目,构建和安装它们(并成功),更新存储库路径,尝试安装新的
maven
(3.6而不是3.3),甚至尝试通过终端运行
maven
-所有这些都没有帮助。编辑:我甚至尝试过像在中一样清理
浏览 8
提问于2019-01-20
得票数 0
3
回答
如何在
Intellij
的debug模式下调试
spring
boot
maven
项目?
、
、
、
、
我在终端上使用以下命令运行
maven
项目,用于dev profile如何使用给定的配置文件在调试模式下运行我的项目如何在
intellij
中设置此配置?
浏览 3
提问于2020-09-13
得票数 6
13
回答
@ConfigurationProperties
Spring
配置注释处理器在类路径中找不到
、
我试图在
Spring
中完成自定义属性。我试图通过
IntelliJ
IDEA 2016.3创建一个简单的项目 说,我应该在我的项目中添加以下内容: optional "org.springframework.
boot
:
spring
-
boot
-configuration-proc
浏览 43
提问于2017-03-16
得票数 132
回答已采纳
5
回答
Intellij
IDEA抱怨无法解决
spring
boot
属性,但它们工作得很好
、
、
、
无法解析配置属性'...
浏览 194
提问于2018-02-24
得票数 95
回答已采纳
3
回答
Spring
没有显示错误,但是tomcat未初始化,application.properties未使用
、
、
、
、
我使用创建了一个新项目,并使用
Intellij
版本2020.3.2ide打开了它。在pom.xml文件中安装了所有依赖项之后,我在DemoApplication类中运行了main方法。" &
浏览 6
提问于2021-02-03
得票数 2
回答已采纳
3
回答
Spring
Boot
SLF4J错误
、
、
、
几天来,我一直在尝试让
spring
boot
15分钟hello world正常工作。</groupId> <version>1.3.7.RELEASE</groupId> <artifactId>
spring
-
boot
-
浏览 2
提问于2016-07-29
得票数 1
2
回答
Spring
Hibernate连接错误
、
我正在尝试在
spring
和hibernate上做一个项目。我做了一半的前端工作,但当我试图将它连接到hibernate并修改我的pom.xml文件时,它在重启tomcat服务器时给了我错误。请帮帮忙。/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://
maven
.apache.org/POM
浏览 3
提问于2017-11-19
得票数 0
9
回答
使用IDE运行
Spring
的主要功能
、
、
、
通过`mvn -
boot
运行:运行 <groupId>org.springframework.
boot
</groupId>
浏览 7
提问于2015-05-14
得票数 41
回答已采纳
1
回答
用
spring
devtools编码错误字符UTF-8
、
、
、
、
IDE设置UTF-8,操作系统Windows 10,俄语.控制台输出代码:在IDEA中没有“
Spring
devtools”依赖的
spring
引导是可以的Windows控制台中带有“
Spring
devtools”的
spring
Boot
是可以的
浏览 2
提问于2019-03-11
得票数 3
1
回答
无法将
spring
项目从github导入到
intellij
、
、
、
我试图从
intellij
导入
spring
引导项目,但是我有一些错误:Project 'org.springframework.
boot
:
spring
-
boot
-starter-parent:2.3.12.RELEASE' not foundDepende
浏览 1
提问于2022-07-26
得票数 1
2
回答
无法运行
Spring
测试应用程序
、
、
、
尝试完成
Spring
教程:package hello; <artifactId>
spring
-
boot
-starter-parent</artifactId> <version>2.0.5.RELEASE</version</group
浏览 2
提问于2018-11-30
得票数 0
回答已采纳
1
回答
如何更新Gradle中的依赖项
、
、
、
我在build.gradle文件中添加了新的依赖项有问题 compile('org.springframework.
boot
:
spring
-
boot
-starter-data-jpa') compile('org.springframework.
b
浏览 1
提问于2015-11-08
得票数 6
回答已采纳
1
回答
IntelliJ
在Java11 SpringBoot项目上设置了错误的语言级别
、
、
、
、
我正在开发一个使用Java11的SpringBoot应用程序,它是用
Maven
语言构建的。<build> <plugin> <groupId>org
浏览 0
提问于2021-01-22
得票数 0
3
回答
spring
boot
:添加
spring
-
boot
-starter-data-jpa依赖项时出错
当我在pom.xml中添加简单的
spring
-
boot
-starter-data-jpa依赖项时,我在pom.xml文件中得到一个错误。如果我删除了这个依赖,就不会再有错误了。>
spring
-
boot
-starter-parent</artifactId> <relativePath</groupId> <a
浏览 1
提问于2015-10-01
得票数 5
回答已采纳
1
回答
Spring
-
Boot
-
Maven
-Plugin问题“无法传输”
、
、
我有一个克隆项目的问题: 无法从中心(https://repo.
maven
.apache.org/
maven
2)传输项目org.springframework.
boot
:
spring
-
boot
-
maven
-plugin:pom:2.1.7.RELEASE,也无法将其传输到中心(https://repo.
maven
.apache.org/
maven
2):https://rep
浏览 26
提问于2021-08-05
得票数 1
回答已采纳
2
回答
Intellij
+ springboot +
maven
+弹簧加载
、
、
、
、
当将
Spring
作为依赖项应用于
maven
插件时,我遇到了一个问题,在
Intellij
中调试停止工作。情景1(工作): <artifactId>
spring
-
boot
-
浏览 6
提问于2015-06-23
得票数 11
回答已采纳
2
回答
使用Netfilx Eureka的
Spring
引导应用程序在打包到胖罐子中后无法启动。
、
、
、
、
因此,我一直在遵循这个指南,在IDE(
intelliJ
IDEA)、Eureka的启动和功能中,一切似乎都像预期的那样正常工作。但是,当我将Eureka服务器导出为一个胖jar后,出现了一个问题。) [
spring
-
boot
-2.0.0.RELEASE.jar!) [
spring
-
boot
-2.0.0.RELEASE.jar!" xsi:schemaLocation="http://
maven
.apache.org/PO
浏览 1
提问于2018-10-23
得票数 1
回答已采纳
点击加载更多
相关
资讯
Spring-boot+Mybatis+Maven+MySql搭建实例
IntelliJ IDEA 2018.1.2 发布,改进对 Spring Boot 的支持
Maven 如何打包 Spring Boot 项目打包的发布 Jar 名字
Spring Boot:Spring Boot 邮件服务
IntelliJ IDEA 2018.2 EAP 发布,支持 Touch Bar
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
对象存储
活动推荐
运营活动
广告
关闭
领券