16 lines
514 B
Plaintext
16 lines
514 B
Plaintext
{
|
|
"SpringBoot Dependencies": {
|
|
"prefix": "spring-boot-dependencies",
|
|
"body": [
|
|
"<dependency>",
|
|
"\t<groupId>org.springframework.boot</groupId>",
|
|
"\t<artifactId>spring-boot-dependencies</artifactId>",
|
|
"\t<version>${spring-boot.version}</version>",
|
|
"\t<type>pom</type>",
|
|
"\t<scope>import</scope>",
|
|
"</dependency>",
|
|
],
|
|
"description": "Import SpringBoot Dependencies",
|
|
"scope": "xml"
|
|
}
|
|
} |