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
+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"