spring-tool-suite

Spring Boot, update frontend without restarting the application

你说的曾经没有我的故事 提交于 2019-12-10 04:22:57
问题 In the Spring Boot make the frontend part update without restarting the application? 回答1: I'm an Eclipse user (via Spring Tool Suite) and I never have any problems with reloading static content if the app is running in debug mode. Just right click on the main class and "Debug As->Java App" (or "Spring Boot App", it's the same). You have to also ensure that the workspace is configured to "Build Automatically", but that is the default as far as I know. I can't offer such specific advice for

A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Dbeaver. No Java virtual machine

南楼画角 提交于 2019-12-08 22:15:29
Java Virtual Machine not found while installing dbeaver tool in the system. What will do to recover from it ?. If you installed zip archive or tar.gz archive of the dbeaver then Go to dbeaver directory (Directory created after extraction of archive) open dbeaver.ini in a text editor Type the following at the top of that file -vm copy & paste your java path here (up to bin) eg: -vm /home/admin/jdk1.8.0_131/bin Save the file Done 来源: https://stackoverflow.com/questions/44095665/a-java-runtime-environment-jre-or-java-development-kit-jdk-must-be-available

When I generate Spring starter project with eclipse STS tools there is an error occurs in pom.xml first line. But I found no error in pom.xml

巧了我就是萌 提交于 2019-12-08 13:43:08
问题 I have created a Spring starter project with eclipse STS tool after creating project there is an error in pom.xml first. But I found no error. I have tried Updating project with and with out forcefully but error still persists Thank you <?xml version="1.0" encoding="UTF-8"?> <!-- error occurs here --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4

Getting resources in VFrabric Server to deploy without causing container to reload

我的未来我决定 提交于 2019-12-08 12:35:41
问题 I want resources *.css, *.jsp etc. to deploy to the application when they are saved, however, not cause the entire server to reload (which is what is happening at the moment). I have checked the "Enable JMX-based reloading" box which looked like it was what I wanted but it has appeared to do nothing (container is still reloading when a resource is saved). How can I achieve this? I am using STS as below. Spring Tool Suite Version: 3.2.0.RELEASE Build Id: 201303060821 回答1: If you map the

Unable to start Spring MVC application in Spring Tool Suite

梦想与她 提交于 2019-12-08 05:38:34
问题 I am developing an MVC web application in java using spring framework and maven tool using Spring Tool Suite. I am getting the following error when i am running my application. SEVERE: Servlet.service() for servlet jsp threw exception java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(Ljavax/servlet/ServletConfig;)Lorg/apache/tomcat/InstanceManager;" the class loader (instance of org/apache/jasper

Spring loaded 1.2.5 + Spring Boot 1.3.2. can't seem to get it to work

僤鯓⒐⒋嵵緔 提交于 2019-12-07 21:48:44
问题 I came across a video on youtube ( https://www.youtube.com/watch?v=GTrNkhVnJBU ) where it demos Spring Loaded. I'm trying to duplicate the same behavior but am still unsuccessful so far. What I'm using: Spring Tool Suite 3.7.2 Spring Boot 1.3.2-RELEASE Spring loaded 1.2.5-RELEASE Maven version 3.1.0 JDK 1.8.0_71 I tried the same thing as the guy does in the video (except for the versions being more up to date of course) but it doesn't work. I also tried the "maven plugin" way as described in

Spring Boot incorrectly loads test configuration when running from eclipse+gradle

大憨熊 提交于 2019-12-07 10:26:57
问题 When I run Spring Boot application from Eclipse (STS) as 'Java Application' or as 'Spring Boot App' the app fails because it tries to load configurations (@Configuration) from test classpath . The thing is that it works for maven based builds correctly, but not for gradle. The only workaround I see is to rename test package to something else to hide it from classpath scanning. Overall the question is - how to make it work properly? I'd assume that SpringToolSuite team encounters this problem

Spring Roo project on Spring Tool Suite 3.5.0 [closed]

两盒软妹~` 提交于 2019-12-07 09:30:45
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I have installed Spring Tool Suite 3.5.0 (STS). I was expecting to be able to create a Spring Roo project within STS as have been possible in the past in previous versions of STS. The option Roo project isn't among the listed project types. How can I create a Roo project within STS? 回答1: Though I wrote this

No option to create Roo project is Spring Tool Suite (STS version 3.6.1)

这一生的挚爱 提交于 2019-12-07 09:25:14
问题 There seems to be no option in STS 3.6.1 to create a Roo app. While Googling I noticed this question for the same problem in version 3.5.0, and the sloution was to install Roo to STS manually as it is no longer included. Sweet, so I did that. I installed it from the STS dashboard and after installation was complete and STS was re-started the dashboard shows this (so the installation was successful): And lo and behold... still no option to creat a Spring Roo app! So... how can I find the

What can be the reasons that Spring STS hangs?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-07 07:51:14
问题 Sometimes on the start STS hangs. Does it possible found the reason? May be exists log or possible start in debug mode? Also how I can distinguish between hangs completely and working very slowly? Thanks. P.S. How to fix ? 回答1: That is usually for the same resons descibed here tricks-to-speed-up-eclipse. Garbage collection or validation. If you have enough RAM I would suggest that you set -Xmx768m or higher (in eclipse.ini). Under Windows->Preferences->Validation you can switch off a lot of