20250417
This commit is contained in:
16
spring-cloud-dependencies.code-snippets
Normal file
16
spring-cloud-dependencies.code-snippets
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Spring Cloud Alibaba Dependencies": {
|
||||
"prefix": "spring-cloud-dependencies",
|
||||
"body": [
|
||||
"<dependency>",
|
||||
"\t<groupId>org.springframework.cloud</groupId>",
|
||||
"\t<artifactId>spring-cloud-dependencies</artifactId>",
|
||||
"\t<version>${spring-cloud.version}</version>",
|
||||
"\t<type>pom</type>",
|
||||
"\t<scope>import</scope>",
|
||||
"</dependency>",
|
||||
],
|
||||
"description": "Import Spring Cloud Dependencies",
|
||||
"scope": "xml"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user