1、修改包名,避免自动配置被SpringBoot隐性优先规则覆盖
Sync All Branches to GitHub / sync (push) Successful in 3s

2、自定义Jackson starter
This commit is contained in:
hanfuye
2026-01-12 16:28:31 +08:00
parent 5c18560351
commit 4eb71c4d4d
33 changed files with 407 additions and 326 deletions
+23 -21
View File
@@ -18,39 +18,41 @@
"类注释": {
"prefix": "ccj",
"body": [
"/**",
" *",
" * @Title: ${TM_FILENAME_BASE}",
" * @Description: ${1:}",
" * @Author: ${2:}",
" * @Date: ${CURRENT_YEAR}/${CURRENT_MONTH}/${CURRENT_DATE}",
" */"
"/**",
" *",
" * @author ${2:}",
" * @version V1.0",
" * @title ${TM_FILENAME_BASE}",
" * @description ${1:}",
" * @date${CURRENT_YEAR}/${CURRENT_MONTH}/${CURRENT_DATE}",
" */"
],
"description": "生成类注释"
},
"接口注释": {
"prefix": "icj",
"body": [
"/**",
" *",
" * @Title: ${TM_FILENAME_BASE}",
" * @Description: ${1:}",
" * @Author: ${2:}",
" * @Date: ${CURRENT_YEAR}/${CURRENT_MONTH}/${CURRENT_DATE}",
" */"
"/**",
" *",
" * @author ${2:}",
" * @version V1.0",
" * @title ${TM_FILENAME_BASE}",
" * @description ${1:}",
" * @date${CURRENT_YEAR}/${CURRENT_MONTH}/${CURRENT_DATE}",
" */"
],
"description": "生成接口注释"
},
"注解注释": {
"prefix": "acj",
"body": [
"/**",
" *",
" * @Title: ${TM_FILENAME_BASE}",
" * @Description: ${1:}",
" * @Author: ${2:}",
" * @Date: ${CURRENT_YEAR}/${CURRENT_MONTH}/${CURRENT_DATE}",
" */"
"/**",
" *",
" * @author ${2:}",
" * @version V1.0",
" * @title ${TM_FILENAME_BASE}",
" * @description ${1:}",
" * @date${CURRENT_YEAR}/${CURRENT_MONTH}/${CURRENT_DATE}",
],
"description": "生成注解注释"
},
+1 -1
View File
@@ -5,7 +5,7 @@
"name": "Spring Boot-XiaoyiAuthApplication<xiaoyi-auth>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "top.crushtj.xiaoyishu.auth.XiaoyiAuthApplication",
"mainClass": "com.jy.xiaoyishu.auth.XiaoyiAuthApplication",
"projectName": "xiaoyi-auth",
"args": "",
"envFile": "${workspaceFolder}/.env"