|
- /*
- {
- "version": "0.2.0",
- "configurations": [
- {
- "type": "java",
- "name": "Current File",
- "request": "launch",
- "mainClass": "${file}"
- },
- {
- "type": "java",
- "name": "Pet_App",
- "request": "launch",
- "mainClass": "com.ffii.fhsmsc.Pet_App",
- "projectName": "PET_APP",
- "console": "internalConsole",
- "vmArgs": "-Djava.util.logging.SimpleFormatter.format='%1$tF %1$tT %4$s %2$s %5$s%6$s%n'"
- }
- ]
- }
- */
- {
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "type": "java",
- "name": "Pet_App",
- "request": "launch",
- "mainClass": "com.ffii.fhsmsc.Pet_App",
- "projectName": "FhsmsC"
- },
- {
- "type": "java",
- "name": "Launch Local",
- "request": "launch",
- "mainClass": "com.ffii.fhsmsc.Pet_App",
- "console": "internalConsole",
- "projectName": "",
- "args": "--spring.profiles.active=db-local,local"
- }
- ]
- }
|