Skip to content

Commit 5e107af

Browse files
committed
feat: Java applicationRunner live template added
- legacy how-to-article removed and references updated to use blog directory resources
1 parent 2b3fd13 commit 5e107af

8 files changed

+15
-499
lines changed

docs/blog/articles/intellij-live-templates.md

+14
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ BEAN_NAME -> suggestVariableName()
5454

5555
```
5656

57+
**Application Runner**
58+
```shell
59+
60+
# Template Name: applicationRunner
61+
@org.springframework.context.annotation.Bean
62+
org.springframework.boot.ApplicationRunner $BEAN_NAME$() {
63+
return args -> {$END$};
64+
}
65+
66+
# Parameters binding:
67+
BEAN_NAME -> suggestVariableName()
68+
69+
```
70+
5771
**Spring Mock MVC Test**
5872
```shell
5973
# Template Name: mvcTest

docs/how-to-articles/.meta.yml

-5
This file was deleted.

docs/how-to-articles/http-client-intellij-plugin.md

-80
This file was deleted.

docs/how-to-articles/intellij-live-templates.md

-99
This file was deleted.

docs/how-to-articles/new-java-application-checklist.md

-38
This file was deleted.

0 commit comments

Comments
 (0)