腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(3520)
视频
沙龙
1
回答
intellij
idea
,
maven
spring-boot
:
run
doesn
:‘
boot
、
、
我可以在
maven
中使用这个命令来运行我的spring
boot
应用程序。
spring-boot
:
run
但我不能从
intellij
idea
上的工具栏停止应用程序。我不知道为什么会这样。
浏览 16
提问于2020-08-22
得票数 0
5
回答
Spring
boot
- java.lang.ClassNotFoundException: javax.servlet.ServletContext,无法启动EmbeddedWebApplicationContext
、
我有一个spring引导应用程序(grails 3.1.8),但是当我在
intellij
中运行该应用程序时,我得到了以下错误: at org.springframework.
boot
.SpringApplication.
run
(SpringApplication.java:307) at
浏览 495
提问于2016-06-21
得票数 22
回答已采纳
3
回答
Spring没有显示错误,但是tomcat未初始化,application.properties未使用
、
、
、
、
我使用创建了一个新项目,并使用
Intellij
版本2020.3.2ide打开了它。在pom.xml文件中安装了所有依赖项之后,我在DemoApplication类中运行了main方法。> xsi:schemaLoc
浏览 6
提问于2021-02-03
得票数 2
回答已采纳
9
回答
如何使用
IntelliJ
IDEA
社区版调试
spring-boot
应用程序?
、
、
我在
IntelliJ
IDEA
社区版上调试Java
spring-boot
应用程序时遇到了困难。主要的问题是,IDE不会在断点处停止,甚至程序肯定会通过断点处执行。我怎样才能让
IntelliJ
的想法在断点处停止呢? 作为附加信息,下面是我的运行配置:
Maven
配置命令为:
spring-boot
:
run
。在启动之前,我会构建项目。
浏览 460
提问于2017-05-21
得票数 96
回答已采纳
1
回答
IntelliJ
“运行
Maven
构建”已灰暗
、
、
我有一个在
IntelliJ
中构建的
Maven
/Spring项目。据我所知,从
IntelliJ
内部看,一切都运行得很好。我已经设置了将其打包到一个带有内置Tomcat的独立jar中:我正在使用:因此,我的理解是但是,当我右键单击"
Maven
Projects“下的项目时,"
Run
”箭头是灰色的。有什么想法,可能是什么
浏览 3
提问于2017-08-21
得票数 8
回答已采纳
3
回答
弹簧: java.lang.ClassNotFoundException: org.springframework.
boot
.SpringApplication找不到
、
" <dependency> <groupId>org.sprin
浏览 1
提问于2018-08-11
得票数 4
回答已采纳
3
回答
如何在
Intellij
的debug模式下调试spring
boot
maven
项目?
、
、
、
、
我在终端上使用以下命令运行
maven
项目,用于dev profile如何使用给定的配置文件在调试模式下运行我的项目如何在
intellij
中设置此配置?
浏览 3
提问于2020-09-13
得票数 6
2
回答
Spring
boot
应用程序不支持服务器端口的VM选项
、
、
、
、
我使用的是
IntelliJ
,
Maven
,
Spring-boot
。
IDEA
.app/Contents/plugins/
maven
/lib/
maven
3" "-Dclassworlds.conf=/Applications/
IntelliJ
IDEA
.app/Contents
IDEA
.app/Contents/plugi
浏览 2
提问于2018-03-23
得票数 1
2
回答
多模块弹簧引导配置
、
、
、
“干净的
spring-boot
:
run
”时出错?
IDEA
2017.1\plugins\
maven
\lib\
maven
3" "-Dclassworlds.conf=C:\Program Files (x86)\JetBrains\
IntelliJ
IDEA
2017.1\plugins\
maven
\lib\
maven
3\bin\m2.conf" "-javaagent:C:\Program Fil
浏览 2
提问于2017-03-25
得票数 1
回答已采纳
1
回答
当添加spring-security-oauth2-client依赖项时,get“无法执行目标...,无法执行java”错误
、
、
、
、
org.springframework.security</groupId></dependency>Failed to execute goal org.springframework.
boot<
浏览 1
提问于2021-01-26
得票数 1
2
回答
IntelliJ
13:共享内存调试Spring引导应用程序
、
、
、
我使用
IntelliJ
13。 我想以调试模式启动我的应用程序并调试它。我在Windows上,我想使用共享内存。我只想单击调试图标或单个
maven
目标,然后应用程序以调试模式启动,IDE会附加调试器。然而,将spring和
IntelliJ
混合在一起似乎会使事情复杂化。当我按绿色“调试”按钮时,
IntelliJ
似乎想要连接到错误的进程,而且我无法找到一种方法来更改绿色“调试”按钮的功能确定要连接的共享内存地址。我最接近的是向pom.xml中的
maven
目标添加jvmoptions,然后如果我添加了一个远程运
浏览 9
提问于2014-08-07
得票数 0
回答已采纳
7
回答
找不到项目'org.springframework.
boot
:spring-
boot
-starter-parent:2.4.0‘
、
、
、
、
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://
maven
.apache.org/POM/4.0.0 http:/
浏览 8
提问于2020-11-22
得票数 26
回答已采纳
1
回答
在
IDEA
intellij
上创建
Maven
配置
、
我使用
IDEA
来开发我的springboot应用程序,所以我用代码创建了一个
maven
配置: mvn
spring-boot
:
run
-Drun.jvmArguments="-Xdebug -Xrunjdwp在我的想法中打开或导入的每个
maven
项目?
浏览 0
提问于2017-06-09
得票数 1
3
回答
在
intellij
中无法识别
maven
、
、
在运行
spring-boot
服务器时,我在
intellij
中收到了以下错误消息:当我试图在我的项目文件夹中使用: mvn
spring-boot
:
run
构建项目时,它无法识别
maven
。我通过下载
maven
:解决了这个问题,并手动将apache-
maven
-3.5.3文件
浏览 1
提问于2018-03-21
得票数 5
2
回答
SpringNative0.9.1-快照在
IDEA
中无法启动
、
、
、
、
Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java "-javaagent:/Applications/
IntelliJ
IDEA
CE.app/Contents/lib/
idea
_rt.jar=52158:/Applications/
IntelliJ
IDEA
浏览 7
提问于2021-03-20
得票数 4
回答已采纳
1
回答
将源代码(用于eclipse )导入
intellij
、
、
、
、
如何将用于的spring源代码导入
IntelliJ
并运行? 这张截图显示了外部库: 如何将此源代码导入
Intellij
&运行/测试
浏览 0
提问于2019-06-21
得票数 1
1
回答
Spring
Boot
不会在应用程序启动时运行单元测试
、
、
我开始在
Intellij
Idea
上编写单元测试到Spring
Boot
应用程序。User user = new User(); }当我通过
Run
->
Run
'UserTest‘运行它时,它工作得很好,但我如何在启动应用程序时自动运行,并让它在Spring
Boot
output窗口中输出测试结果?
浏览 0
提问于2016-12-16
得票数 1
1
回答
无法调试/停止带有
IntelliJ
Idea
社区的springboot应用程序
、
、
环境: 在App
浏览 1
提问于2020-11-18
得票数 2
回答已采纳
3
回答
spring
boot
:添加spring-
boot
-starter-data-jpa依赖项时出错
当我在pom.xml中添加简单的spring-
boot
-starter-data-jpa依赖项时,我在pom.xml文件中得到一个错误。如果我删除了这个依赖,就不会再有错误了。</description> <groupId>org.springframework.
boot
</groupId> <groupId>org.spr
浏览 1
提问于2015-10-01
得票数 5
回答已采纳
3
回答
如何在tomcat 8下运行Spring RESTful项目?
、
、
、
、
他们使用"gradle
run
“命令来运行它。有可能在tomcat下运行那个Spring项目吗?我有下一个build.gradle内容: repositories { } apply plugin: '
浏览 6
提问于2016-09-03
得票数 1
回答已采纳
点击加载更多
相关
资讯
IntelliJ IDEA 搭建 Jetty+SpringMvc+Maven 2
在IntelliJ IDEA中如何集成和使用Maven插件
IntelliJ IDEA 2018.1.2 发布,改进对 Spring Boot 的支持
IntelliJ IDEA 2018.2 EAP 发布,支持 Touch Bar
使用 Spring Boot 如何快速进行 Web 微服务开发?
热门
标签
更多标签
云服务器
ICP备案
即时通信 IM
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券