问题标签 [spring-tool-suite]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 无法在 spring 工具套件中更新以下项目的 maven 配置
我的项目在我的另一台 PC 上运行良好,但我遇到了这个错误。我已经导入了 Maven 项目并尝试更新 Maven 依赖项,它说....
Unable to update maven configuration for the following project and Updating Maven has遇到问题找不到.classpath
我正在使用 STS 3.0.0。JRE 1.7 ..
java - Eclipse - 悬停未在抽象 Java 类中显示变量
我目前正在使用 Spring Tool Suite 2.9.2(基于 Eclipse 3.x)。
在我调试的每个类中,悬停显示我的变量值都没有问题。但是,当我在一个抽象类中时,悬停只显示变量类型和名称。
这让我非常沮丧,因为值会显示在“变量”窗口中。我通常会说“哦,我在一个抽象课上……”我必须转换我的观点。
无论如何,我可以在 Eclipse 的抽象类中显示悬停值吗?
我尝试将悬停选项重置为默认值并检查组合悬停按钮无济于事。
java - Maven 项目构建异常
尝试使用教程设置示例 Spring 应用程序:
但是在本教程的第 4 页上,Maven 抛出了这个异常。有关如何修复它的任何指示?
java - 为什么重新安装win7后无法安装我的grails插件?
我有个问题。重新安装 win 7 后。我无法重新导入我的 Grails 项目。我确定在重新安装我的win7之前,我的项目和我的插件运行流畅。
我有我自己的插件“grails-melanin-2.0.0.zip”并将其放在项目中。我不得不重新安装 STS 3.1.0、jdk、设置 java 和 grails 环境......但是当我运行这个命令:“install-plugin grails-melanin-2.0.0.zip”来安装我自己的插件时,会出现这个错误:
请告诉我如何解决它?对不起,我的英语不好。非常感谢。
编辑:我将我的项目放在:D:\CMC Soft\Collection System\CICDS
我的 Grails 位于:D:\grails-2.1.1
我的插件位于:D:\CMC Soft\Collection System\CICDS\grails-melanin-2.0.0.zip
java - Spring Security 3.2.0.RC1 -元素和不推荐使用的方法
<http auto-config="true">
升级到 Spring Security 3.2.0.RC1 后,我在我的 xml 配置中收到警告“方法'setFilterProcessesUrl'被标记为已弃用” 。即使对于非常简单的配置,我也会收到此警告:
根据 Spring Security 3.2 API 文档 ,不推荐使用setFilterProcessesUrl ,而应使用setRequiresAuthenticationRequestMatcher(RequestMatcher) 。如何更改此基本 XML 配置,使其不使用已弃用的方法?我正在使用带有 Spring Tool Suite 插件的 Eclipse Kepler。
更新:
如果我删除<http auto-config="true">
并添加<form-login />
到 http 元素
我还收到“方法'setFilterProcessesUrl'被标记为已弃用”警告,如果我添加<logout />
我第二次收到相同的警告。另一方面,如果我替换<form-login />
并<logout />
使用<http-basic />
警告消失。
spring-batch - Can't figure out error causing 'beanName' must not be empty in spring-batch job
Could someone please take a look at this code and help me find out what is causing the error: 'beanName must not be empty.
I'm using Spring Tool Suite 3.3.0.
I am trying to write a small spring-batch job that does not persist the job stats or anything. I just want to use spring framework. This is not the entire job, but I'm having trouble getting past this problem.
This is my simple job with one step. Where is the empty bean??
My spring-batch code:
if it matters, here's my tasklet class
java - Spring Tool Suite:Properties 中的 Deployment Assembly 选项
我正在尝试在 Spring tool Suite 3.3 上使用 Spring MVC 运行 web-app 示例。我找到了一个逐步解释如何做到这一点的人,但在某些时候他写道:
b) 右键点击 spitter-web 项目,选择 Properties>Deployment Assembly -Add... 文件夹“/src/main/webapp”,部署路径为 /
不幸的是,我的 STS 中没有Properties>Deployment Assembly
选项 - 他使用的是 2.8.1 版本。我在哪里可以找到该选项,或者它已重命名?
eclipse - Eclipse+Maven src/main/java not visible in src folder in Package Explorer
I'm wondering why I can't see following folders in src node in Package Explorer
I can access those folders as direct children of the project and they exist in the file system.
I'm using Spring Tool Suite (STS of Eclipse).
Maybe I can configure Eclipse somehow ?
eclipse - 不同的IDE可以共享同一个工作区吗?
我想使用相同的工作区同时使用 Eclipse 和 Spring Tool Suite。有没有办法做到这一点?
PS:我试过删除 .metadata 目录中的 .lock 文件。但是在我再次打开 Eclipse 后,它会重新生成。
提前致谢!
eclipse - 在 Spring Tool Suite 3.3.0 中将 EGit 更新到 2.3 或更高版本
我已经安装了 Spring Tool Suite 3.3.0,它带有 EGit 2.2.0。现在我需要 EGit 2.3.0 或更高版本,所以我必须卸载 2.2.0 才能安装 2.3.0。我无法安装新版本,因为 Eclipse 检测到与旧版本的冲突。
问题是我不能遵循标准的卸载程序(帮助>关于Eclipse>安装详细信息),因为EGit带有Spring Tool Suite Package,卸载按钮被禁用。
我还尝试删除功能和插件(org.eclipse.egit
, org.eclipse.egit.mylyn
, org.eclipse.mylyn.github.feature
),然后使用 -clean 选项重新启动 eclipse,但冲突仍然存在。
我该如何解决这个问题?