devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
83 stars 87 forks source link

Spring Tools IDE for Eclips not Installed #406

Closed scerroni closed 3 years ago

scerroni commented 3 years ago

In the definition of POC in a simple "app" generated for test, when i try to run the Spring Boot Application, it's not present the plgin for STS, when i click "Run As --> Spring Boot App"

image

Affected version: DevonFW 2021.04

maybeec commented 3 years ago

Hi,

You don't need STS, you can simply run as Java app. STS is hell slow and Buggy causing many eclipse freezes when I used it last time. So we didn't pre installed it. Take the choice on your own project if you like it to be installed, you can do it manually or configure it in your own project specific settings.

scerroni commented 3 years ago

Thank you @maybeec , it's possible to close the issue.