27 lines
993 B
Plaintext
27 lines
993 B
Plaintext
{
|
|
"Spring Cloud Alibaba Dependencies": {
|
|
"prefix": "spring-cloud-alibaba-dependencies",
|
|
"body": [
|
|
"<dependency>",
|
|
"\t<groupId>com.alibaba.cloud</groupId>",
|
|
"\t<artifactId>spring-cloud-alibaba-dependencies</artifactId>",
|
|
"\t<version>${spring-cloud-alibaba.version}</version>",
|
|
"\t<type>pom</type>",
|
|
"\t<scope>import</scope>",
|
|
"</dependency>",
|
|
],
|
|
"description": "Import Spring Cloud Alibaba Dependencies",
|
|
"scope": "xml"
|
|
},
|
|
"Spring Cloud Alibaba Nacos Discovery": {
|
|
"prefix": "spring-cloud-starter-alibaba-nacos-discovery",
|
|
"body": [
|
|
"<dependency>",
|
|
"\t<groupId>com.alibaba.cloud</groupId>",
|
|
"\t<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>",
|
|
"</dependency>",
|
|
],
|
|
"description": "Import Spring Cloud Alibaba Nacos Discovery",
|
|
"scope": "xml"
|
|
}
|
|
} |