@@ -83,6 +83,10 @@ Yep! That's all :)
8383
8484<summary >:small_orange_diamond:details</summary >
8585
86+ ### Build
87+
88+ - ` JavaBuildWorkspace ` - Runs a full workspace build
89+
8690### Runner
8791
8892- ` JavaRunnerRunMain ` - Runs the application or selected main class (if there
@@ -125,6 +129,14 @@ Yep! That's all :)
125129
126130<summary >:small_orange_diamond:details</summary >
127131
132+ ### Build
133+
134+ - ` build.build_workspace ` - Runs a full workspace build
135+
136+ ``` lua
137+ require (' java' ).build .build_workspace ()
138+ ```
139+
128140### Runner
129141
130142- ` built_in.run_app ` - Runs the application or selected main class (if there
@@ -397,7 +409,14 @@ For instance, to run the current test,
397409
398410## :bookmark_tabs : Projects Acknowledgement
399411
400- [ nvim-jdtls] ( https://github.com/mfussenegger/nvim-jdtls ) is a plugin that follows
401- "Keep it simple, stupid!" approach. If you love customizing things by yourself,
402- then give nvim-jdtls a try. I may or may not have copied some code :wink :
403- Beauty of Open source!
412+ - [ spring-boot.nvim] ( https://github.com/JavaHello/spring-boot.nvim ) is the one
413+ that starts sts4 & do other necessary ` jdtls ` ` sts4 ` sync command registration
414+ in ` nvim-java ` .
415+
416+ - [ nvim-jdtls] ( https://github.com/mfussenegger/nvim-jdtls ) is a plugin that follows
417+ "Keep it simple, stupid!" approach. If you love customizing things by yourself,
418+ then give nvim-jdtls a try.
419+
420+ > [ !WARNING]
421+ > You cannot use ` nvim-java ` alongside ` nvim-jdtls ` . So remove ` nvim-jdtls `
422+ > before installing this
0 commit comments