You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 rivejä
285 B

  1. {
  2. "configurations": [
  3. {
  4. "type": "java",
  5. "name": "Backend Debug",
  6. "request": "launch",
  7. "mainClass": "com.ffii.baseapp.TownGasApplication",
  8. "projectName": "TOWNGAS",
  9. "args": "--spring.profiles.active=db-local,debug-log,local-res-win"
  10. }
  11. ]
  12. }