You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test runner - [dap-mode](https://github.com/yyoncho/dap-mode/)
21
21
* Project explorer integration - [treemacs](https://github.com/Alexander-Miller/treemacs)
22
+
* Integration with [Spring Initializr](https://start.spring.io/)
22
23
## Screenshot
23
24

24
25
## Installation
@@ -115,6 +116,10 @@ some of them are bound to Emacs commands:
115
116
#### Classpath browsing
116
117
[lsp-java](https://github.com/emacs-lsp/lsp-java) the command `lsp-java-classpath-browse` which allows users to browse the structure of current projects classpath. From that view the users could go to the particular item.
117
118

119
+
120
+
#### Spring Initializr
121
+
`lsp-java` provides a frontend for [Spring Initializr](https://start.spring.io/) which simplifies the creation of Spring Boot projects directly from Emacs via `lsp-java-spring-initializr`.
122
+

118
123
## Supported settings
119
124
*`lsp-java-server-install-dir` - Install directory for eclipsejdtls-server
120
125
*`lsp-java-java-path` - Path of the java executable
0 commit comments