Advertisement
gallopelado

launch.json

Jul 15th, 2020
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. {
  2.     // Use IntelliSense para saber los atributos posibles.
  3.     // Mantenga el puntero para ver las descripciones de los existentes atributos.
  4.     // Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
  5.     "version": "0.2.0",
  6.     "configurations": [
  7.  
  8.  
  9.         {
  10.             "type": "java",
  11.             "name": "Test 1",
  12.             "request": "launch",
  13.             "mainClass": "admCamaApi.model.AdmCama_dao"
  14.         }
  15.     ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement