diff --git a/.vscode/java-formatter.xml b/.vscode/java-formatter.xml index ba43e02..3c9f062 100644 --- a/.vscode/java-formatter.xml +++ b/.vscode/java-formatter.xml @@ -305,7 +305,7 @@ - + diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..6224e9d --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + "configurations": [ + { + "type": "java", + "name": "Spring Boot-XiaoyiAuthApplication", + "request": "launch", + "cwd": "${workspaceFolder}", + "mainClass": "top.crushtj.xiaoyishu.auth.XiaoyiAuthApplication", + "projectName": "xiaoyi-auth", + "args": "", + "envFile": "${workspaceFolder}/.env" + } + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json index 6c31703..f2b1216 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,9 @@ { "maven.executable.options": "-s D:\\Programs\\Dev\\maven\\conf\\settings-aliyun.xml", "java.format.settings.url": ".vscode/java-formatter.xml", - "java.compile.nullAnalysis.mode": "automatic" + "java.compile.nullAnalysis.mode": "automatic", + "java.configuration.updateBuildConfiguration": "automatic", + "[java]": { + "editor.tabSize": 4 + } } \ No newline at end of file