Julio Biason
6 years ago
2 changed files with 12 additions and 2 deletions
@ -0,0 +1,9 @@
|
||||
snippet mainclass "SpringBoot mainClass" |
||||
springBoot { |
||||
mainClass = '$0' |
||||
} |
||||
endsnippet |
||||
|
||||
snippet lombok "Add Lombok annotation processing" |
||||
annotationProcessor('org.projectlombok:lombok:1.18.4') |
||||
endsnippet |
Loading…
Reference in new issue