This commit is contained in:
2025-04-17 15:56:06 +08:00
commit 62d1c7a378
18 changed files with 1830 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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"
}
}