We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85ad620 + 9cf7d96 commit 77af28dCopy full SHA for 77af28d
1 file changed
.vscode/launch.json
@@ -1,4 +1,5 @@
1
{
2
+ "version": "0.2.0",
3
"configurations": [
4
5
"type": "java",
@@ -8,7 +9,12 @@
8
9
"console": "internalConsole",
10
"mainClass": "ar.com.nanotaboada.java.samples.spring.boot.Application",
11
"projectName": "java.samples.spring.boot",
- "args": "--spring.profiles.active=local"
12
+ "args": "--spring.profiles.active=local",
13
+ "serverReadyAction": {
14
+ "action": "openExternally",
15
+ "pattern": "Tomcat started on port 9000",
16
+ "uriFormat": "http://localhost:9000/swagger/index.html"
17
+ }
18
}
19
]
20
0 commit comments