spring-tool-suite

Spring Tool Suite not possible to create new project with Gradle: Can not import using Gradle (STS) because STS Gradle Tooling is not installed

杀马特。学长 韩版系。学妹 提交于 2019-12-20 06:37:29
问题 I'm using the Spring Tool Suite: Version: 3.9.0.RELEASE Build Id: 201707061903 Platform: Eclipse Neon.3 (4.6.3) And the Gradle plugin installed: Buildship: Eclipse Plug-ins for Gradle 2.1.1.v20170713-0942 org.eclipse.buildship.feature.group Eclipse Buildship I'm trying to create a new Spring Starter Project, but I've this message when I select the type "Gradle (Buildship 1.x)" or "Gradle (Buildship 2.x)" or "Gradle (STS)" Can not import using Gradle (Buildship 2.x) because Buildship Gradle

Cannot find Spring MVC project when creating new web application project using STS?

£可爱£侵袭症+ 提交于 2019-12-19 03:43:14
问题 I'm new to Spring MVC and trying to learn from the internet tutorial such as these good ones from journaldev, springsource, and codejava All of those tell me use STS as the IDE and to go for New Project - Spring Template Project - Spring MVC Project . Though in my case, using the version 3.6.1.RELEASE of STS, I can NOT find any Spring MVC Project options there. Do you have the same issue using STS? p.s. I found the solution here for previous version of STS, though it not works for version 3.6

maven… Failed to clean project: Failed to delete ..\org.ow2.util.asm-asm-tree-3.1.jar

好久不见. 提交于 2019-12-18 10:58:10
问题 I use STS(spring tool suite) + maven plugin. Every time when I run my application using maven-clean I see following error: [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building hhsystem ui 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ui --- [INFO] Deleting C:\Users\Nikolay_Tkachev\workspace

Spring Tools Suite, JPA project and the JPA facet

╄→гoц情女王★ 提交于 2019-12-18 09:06:23
问题 I am using a fresh install of STS 3.8.3 and I am unable to add the JPA facet to an EJB project: If I try to create a JPA project, I cannot find that option: I am certain these used to be available in STS. What did I miss? 回答1: We removed those extensions from the default distribution because users reported severe issues (search for JPA Event Handler on SO). In order to avoid this we decided to remove those tools from the distribution and added them to the extension install, so that you can

Eclipse throws NullPointerException during Maven update

你。 提交于 2019-12-18 05:44:21
问题 I've been fighting an internal Eclipse error for two days. I'm running the latest Spring Tool Suite edition of Eclipse, and I've attempting to import a collection of existing Maven projects. Whenever I do so, Eclipse throws a NullPointerException, but no stack trace is available from the Error Log view. If I instruct Eclipse to update the Maven project (Maven > Update Project), I get a NullPointerException again. This time, the Error Log view reports the following stack trace: java.lang

Spring Boot app deployed to Glassfish is giving strange results

ぐ巨炮叔叔 提交于 2019-12-18 04:59:10
问题 As mentioned here, I am having a heck of a time getting my small Spring-Boot project to deploy "correctly" to Glassfish. It runs fine using the embedded Tomcat, but once I try and move it into my organization's environment (Glassfish 3.1.2) I get some strange behavior. Thinking it was my code, I reverted to the time-tested "Hello World"-approach and built a super-basic app following this tutorial on Spring's blog. I did make a few very minor deviations as I went along but nothing that should

Eclipse Organize Imports Shortcut (Ctrl+Shift+O) is not working

大城市里の小女人 提交于 2019-12-17 18:25:32
问题 Eclipse used to import missing packages when I press Ctrl + Shift + O . The shortcut key has stopped working when used in Java files but the same shortcut is working in Python files (importing missing packages). Any thoughts on how to fix the issue. Below are couple of snapshots for your reference. 回答1: To fix this issue: Go to Preferences -> General -> Keys Click on Filters... and de-select Filter uncategorized commands then Ok . Then look for the command Go To Symbol in File and select it.

Spring STS 3.6.1 and Gradle plugin

社会主义新天地 提交于 2019-12-14 02:09:15
问题 I have downloaded Gradle support plugin through extension tab in dashboard of spring STS 3.6.1. Then tried to import a local gradle based project. But when I click on the button "Build Model". The following error message pops up and gradel project can't be imported to my spring STS. unable to find valid certification path to requested target See error log for details The Error log details is as follows: org.eclipse.core.runtime.CoreException: unable to find valid certification path to

Cannot create “Spring Starter Project” with STS 3.9.4

为君一笑 提交于 2019-12-13 20:38:10
问题 I am unable to create a Spring Starter Project with STS 3.9.4. I see the following error. 回答1: I tried the following approaches: I looked at proxy settings in STS and set the "Active Provider" to manual. The help -> dashboard successfully rendered implying that it was able to tunnel through the proxy but the spring-starter-project was still failing. I cleared the local password storage but still ran into the same issue. I tried various settings of the "Active Provider" and the errors for the

Can't figure out error causing 'beanName' must not be empty in spring-batch job

冷暖自知 提交于 2019-12-13 17:45:11
问题 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: <?xml version="1.0" encoding="UTF-8"?>