服务调用
This commit is contained in:
12
urbanLifelineServ/.vscode/launch.json
vendored
12
urbanLifelineServ/.vscode/launch.json
vendored
@@ -160,11 +160,11 @@
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Agent (8190)",
|
||||
"name": "AI (8190)",
|
||||
"request": "launch",
|
||||
"mainClass": "org.xyzh.agent.AgentApp",
|
||||
"projectName": "agent",
|
||||
"cwd": "${workspaceFolder}/agent",
|
||||
"mainClass": "org.xyzh.ai.AiApp",
|
||||
"projectName": "ai",
|
||||
"cwd": "${workspaceFolder}/ai",
|
||||
"args": [
|
||||
"--spring.profiles.active=dev"
|
||||
],
|
||||
@@ -200,9 +200,9 @@
|
||||
// "Message (8185)",
|
||||
// "Bidding (8186)",
|
||||
// "Platform (8187)",
|
||||
// "Workcase (8188)",
|
||||
"Workcase (8188)",
|
||||
// "Crontab (8189)",
|
||||
// "Agent (8190)"
|
||||
"AI (8190)"
|
||||
],
|
||||
"stopAll": true,
|
||||
"presentation": {
|
||||
|
||||
Reference in New Issue
Block a user