您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

12 行
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. }