25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
285 B

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