You can describe the dev environment as config files (devcontainer.json) • Commit the config files to the project to share them • Run them locally on Docker or remotely via Codespaces • Spec: https://containers.dev/ Dev Containers
Beta for Individuals • Pay as you go Java and Spring • Java Extension Pack (language support, running, debugging, testing, maven, etc.) • Spring Extension Pack (Spring specific extensions like start.spring.io-integration, fast navigation, live hovers, code snippets, refactorings, code completion, etc.) Resources
GitPod, etc.) • Eclipse IDE extension • (IntelliJ has their own solution as part of IntelliJ IDEA Ultimate Edition) Need help? • Take a look at the user guide: https://github.com/spring-projects/sts4/wiki/ • File an issue: https://github.com/spring-projects/sts4/issues • Ask on SO: https://stackoverflow.com/questions/ask?tags=spring-tools-4 • Contact us on Twitter: http://twitter.com/springtools4/ Resources