From 1ef594ec1f04383ad052d7bd6647742371038674 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 23 四月 2024 10:58:00 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 .vscode/launch.json |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 366044e..d7ce0e6 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -6,6 +6,20 @@
     "configurations": [
       {
         "type": "java",
+        "name": "ModuleA",
+        "request": "launch",
+        "mainClass": "com.example.springboot.component.ModuleA",
+        "projectName": "springboot-vue3"
+      },
+      {
+        "type": "java",
+        "name": "ModuleB",
+        "request": "launch",
+        "mainClass": "com.example.springboot.component.ModuleB",
+        "projectName": "springboot-vue3"
+      },
+      {
+        "type": "java",
         "name": "MyGenerator",
         "request": "launch",
         "mainClass": "MyGenerator",

--
Gitblit v1.8.0