20250418
This commit is contained in:
@@ -238,7 +238,7 @@
|
|||||||
"prefix": "copyright-apache-license-2",
|
"prefix": "copyright-apache-license-2",
|
||||||
"body": [
|
"body": [
|
||||||
"/*",
|
"/*",
|
||||||
" * Copyright ${1:$CURRENT_YEAR}-${2:$CURRENT_YEAR} ${3:the original author or authors}.",
|
" * Copyright ${1:$CURRENT_YEAR} ${2:the original author or authors}.",
|
||||||
" *",
|
" *",
|
||||||
" * Licensed under the Apache License, Version 2.0 (the \"License\");",
|
" * Licensed under the Apache License, Version 2.0 (the \"License\");",
|
||||||
" * you may not use this file except in compliance with the License.",
|
" * you may not use this file except in compliance with the License.",
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
"prefix": "guava",
|
"prefix": "guava",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>com.google.guava</groupId>",
|
"\t<groupId>com.google.guava</groupId>",
|
||||||
" <artifactId>guava</artifactId>",
|
"\t<artifactId>guava</artifactId>",
|
||||||
" ${1:<version>${2|${guava.version},33.2.1-jre|}</version>}${3:\n\t<optional>true</optional>}",
|
"\t${1:<version>${2|${guava.version},33.4.8-jre,33.4.2-jre|}</version>}${3:\n\t<optional>true</optional>}",
|
||||||
"</dependency>"
|
"</dependency>"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -15,9 +15,9 @@
|
|||||||
"prefix": "apache-commons",
|
"prefix": "apache-commons",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>org.apache.commons</groupId>",
|
"\t<groupId>org.apache.commons</groupId>",
|
||||||
" <artifactId>${1|commons-lang3,commons-collections4,commons-math3,commons-pool2|}</artifactId>",
|
"\t<artifactId>${1|commons-lang3,commons-collections4,commons-math3,commons-pool2|}</artifactId>",
|
||||||
" <version>${${1|commons-lang3,commons-collections4,commons-math3,commons-pool2|}.version}</version>",
|
"\t<version>${${1|commons-lang3,commons-collections4,commons-math3,commons-pool2|}.version}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -26,9 +26,9 @@
|
|||||||
"prefix": "commons-io",
|
"prefix": "commons-io",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>commons-io</groupId>",
|
"\t<groupId>commons-io</groupId>",
|
||||||
" <artifactId>commons-io</artifactId>",
|
"\t<artifactId>commons-io</artifactId>",
|
||||||
" <version>${commons-io.version}</version>",
|
"\t<version>${commons-io.version}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -37,20 +37,21 @@
|
|||||||
"prefix": "commons-crypto",
|
"prefix": "commons-crypto",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>org.apache.commons</groupId>",
|
"\t<groupId>org.apache.commons</groupId>",
|
||||||
" <artifactId>commons-crypto</artifactId>",
|
"\t<artifactId>commons-crypto</artifactId>",
|
||||||
" <version>1.2.0</version>",
|
"\t<version>1.2.0</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
],
|
],
|
||||||
|
"description": "加密库"
|
||||||
},
|
},
|
||||||
"mica-xss": {
|
"mica-xss": {
|
||||||
"scope": "xml",
|
"scope": "xml",
|
||||||
"prefix": "mica-xss",
|
"prefix": "mica-xss",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>net.dreamlu</groupId>",
|
"\t<groupId>net.dreamlu</groupId>",
|
||||||
" <artifactId>mica-xss</artifactId>",
|
"\t<artifactId>mica-xss</artifactId>",
|
||||||
" <version>${1|${mica-xss.version},2.7.18.6,3.3.2|}</version>",
|
"\t<version>${1|${mica-xss.version},2.7.18.9,3.4.4|}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -59,9 +60,20 @@
|
|||||||
"prefix": "mybatis-spring-boot-starter",
|
"prefix": "mybatis-spring-boot-starter",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>org.mybatis.spring.boot</groupId>",
|
"\t<groupId>org.mybatis.spring.boot</groupId>",
|
||||||
" <artifactId>mybatis-spring-boot-starter</artifactId>",
|
"\t<artifactId>mybatis-spring-boot-starter</artifactId>",
|
||||||
" <version>${mybatis-starter.version}</version>",
|
"\t<version>${mybatis-starter.version}</version>",
|
||||||
|
"</dependency>",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
"mybatis-plus": {
|
||||||
|
"scope": "xml",
|
||||||
|
"prefix": "mybatis-plus",
|
||||||
|
"body": [
|
||||||
|
"<dependency>",
|
||||||
|
"\t<groupId>com.baomidou</groupId>",
|
||||||
|
"\t<artifactId>${1|mybatis-plus,mybatis-plus-boot-starter,mybatis-plus-spring-boot3-starter|}</artifactId>",
|
||||||
|
"\t<version>${2|3.5.11,${mybatis-plus.version}|}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -70,14 +82,14 @@
|
|||||||
"prefix": "mapstruct",
|
"prefix": "mapstruct",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>org.mapstruct</groupId>",
|
"\t<groupId>org.mapstruct</groupId>",
|
||||||
" <artifactId>mapstruct</artifactId>",
|
"\t<artifactId>mapstruct</artifactId>",
|
||||||
" <version>${mapstruct.version}</version>",
|
"\t<version>${mapstruct.version}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>org.mapstruct</groupId>",
|
"\t<groupId>org.mapstruct</groupId>",
|
||||||
" <artifactId>mapstruct-processor</artifactId>",
|
"\t<artifactId>mapstruct-processor</artifactId>",
|
||||||
" <version>${mapstruct.version}</version>",
|
"\t<version>${mapstruct.version}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -86,9 +98,9 @@
|
|||||||
"prefix": "hutool",
|
"prefix": "hutool",
|
||||||
"body": [
|
"body": [
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
" <groupId>cn.hutool</groupId>",
|
"\t<groupId>cn.hutool</groupId>",
|
||||||
" <artifactId>${1|hutool-core,hutool-crypto,hutool-captcha,hutool-json,hutool-poi,hutool-jwt,hutool-aop,hutool-bloomFilter,hutool-cache,hutool-cron,hutool-db,hutool-dfa,hutool-extra,hutool-http,hutool-log,hutool-script,hutool-setting,hutool-system,hutool-socket|}</artifactId>",
|
"\t<artifactId>${1|hutool-core,hutool-crypto,hutool-captcha,hutool-json,hutool-poi,hutool-jwt,hutool-aop,hutool-bloomFilter,hutool-cache,hutool-cron,hutool-db,hutool-dfa,hutool-extra,hutool-http,hutool-log,hutool-script,hutool-setting,hutool-system,hutool-socket|}</artifactId>",
|
||||||
" <version>${hutool.version}</version>",
|
"\t<version>${hutool.version}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -111,19 +123,19 @@
|
|||||||
"<dependency>",
|
"<dependency>",
|
||||||
"\t<groupId>org.junit.jupiter</groupId>",
|
"\t<groupId>org.junit.jupiter</groupId>",
|
||||||
"\t<artifactId>junit-jupiter-api</artifactId>",
|
"\t<artifactId>junit-jupiter-api</artifactId>",
|
||||||
"\t<version>5.9.2</version>",
|
"\t<version>5.12.2/version>",
|
||||||
"\t<scope>test</scope>",
|
"\t<scope>test</scope>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
"\t<groupId>org.junit.jupiter</groupId>",
|
"\t<groupId>org.junit.jupiter</groupId>",
|
||||||
"\t<artifactId>junit-jupiter-engine</artifactId>",
|
"\t<artifactId>junit-jupiter-engine</artifactId>",
|
||||||
"\t<version>5.9.2</version>",
|
"\t<version>5.12.2/version>",
|
||||||
"\t<scope>test</scope>",
|
"\t<scope>test</scope>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
"<dependency>",
|
"<dependency>",
|
||||||
"\t<groupId>org.junit.jupiter</groupId>",
|
"\t<groupId>org.junit.jupiter</groupId>",
|
||||||
"\t<artifactId>junit-jupiter-params</artifactId>",
|
"\t<artifactId>junit-jupiter-params</artifactId>",
|
||||||
"\t<version>5.9.2</version>",
|
"\t<version>5.12.2/version>",
|
||||||
"\t<scope>test</scope>",
|
"\t<scope>test</scope>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
]
|
]
|
||||||
@@ -146,7 +158,7 @@
|
|||||||
"<dependency>",
|
"<dependency>",
|
||||||
"\t<groupId>com.google.code.gson</groupId>",
|
"\t<groupId>com.google.code.gson</groupId>",
|
||||||
"\t<artifactId>gson</artifactId>",
|
"\t<artifactId>gson</artifactId>",
|
||||||
"\t<version>${1:2.11.0}</version>$2",
|
"\t<version>${1:2.13.0}</version>$2",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -157,7 +169,7 @@
|
|||||||
"<dependency>",
|
"<dependency>",
|
||||||
"\t<groupId>joda-time</groupId>",
|
"\t<groupId>joda-time</groupId>",
|
||||||
"\t<artifactId>joda-time</artifactId>",
|
"\t<artifactId>joda-time</artifactId>",
|
||||||
"\t<version>${1:2.12.7}</version>",
|
"\t<version>${1:2.14.0}</version>",
|
||||||
"</dependency>",
|
"</dependency>",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user