|
12 | 12 | "mainClass": "com.example.envers.JpaEnversApplication",
|
13 | 13 | "projectName": "boot-data-envers",
|
14 | 14 | "args": "--spring.profiles.active=local",
|
| 15 | + "envFile": "${workspaceFolder}/.env", |
| 16 | + "vmArgs": " -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=45965 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.jmx.enabled=true -Djava.rmi.server.hostname=localhost -Dspring.application.admin.enabled=true -Dspring.boot.project.name=boot-data-envers" |
| 17 | + }, |
| 18 | + { |
| 19 | + "type": "java", |
| 20 | + "name": "Spring Boot-CustomSeqApplication<boot-data-customsequence>", |
| 21 | + "request": "launch", |
| 22 | + "cwd": "${workspaceFolder}", |
| 23 | + "mainClass": "com.example.custom.sequence.CustomSeqApplication", |
| 24 | + "projectName": "boot-data-customsequence", |
| 25 | + "args": "--spring.profiles.active=local", |
| 26 | + "envFile": "${workspaceFolder}/.env", |
| 27 | + "vmArgs": " -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=45339 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.jmx.enabled=true -Djava.rmi.server.hostname=localhost -Dspring.application.admin.enabled=true -Dspring.boot.project.name=boot-data-customsequence" |
| 28 | + }, |
| 29 | + { |
| 30 | + "type": "java", |
| 31 | + "name": "Spring Boot-BlazePersistenceApplication<boot-data-keyset-pagination-blaze>", |
| 32 | + "request": "launch", |
| 33 | + "cwd": "${workspaceFolder}", |
| 34 | + "mainClass": "com.example.keysetpagination.BlazePersistenceApplication", |
| 35 | + "projectName": "boot-data-keyset-pagination-blaze", |
| 36 | + "args": "--spring.profiles.active=local", |
| 37 | + "envFile": "${workspaceFolder}/.env", |
| 38 | + "vmArgs": " -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=46181 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.jmx.enabled=true -Djava.rmi.server.hostname=localhost -Dspring.application.admin.enabled=true -Dspring.boot.project.name=boot-data-keyset-pagination-blaze" |
| 39 | + }, |
| 40 | + { |
| 41 | + "type": "java", |
| 42 | + "name": "Spring Boot-WindowPaginationApplication<boot-data-window-pagination>", |
| 43 | + "request": "launch", |
| 44 | + "cwd": "${workspaceFolder}", |
| 45 | + "mainClass": "com.example.keysetpagination.WindowPaginationApplication", |
| 46 | + "projectName": "boot-data-window-pagination", |
| 47 | + "args": "--spring.profiles.active=local", |
| 48 | + "envFile": "${workspaceFolder}/.env", |
| 49 | + "vmArgs": " -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=44161 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.jmx.enabled=true -Djava.rmi.server.hostname=localhost -Dspring.application.admin.enabled=true -Dspring.boot.project.name=boot-data-window-pagination" |
| 50 | + }, |
| 51 | + { |
| 52 | + "type": "java", |
| 53 | + "name": "Spring Boot-TestCustomSeqApplication<boot-data-customsequence>", |
| 54 | + "request": "launch", |
| 55 | + "cwd": "${workspaceFolder}", |
| 56 | + "mainClass": "com.example.custom.sequence.TestCustomSeqApplication", |
| 57 | + "projectName": "boot-data-customsequence", |
| 58 | + "args": "", |
| 59 | + "envFile": "${workspaceFolder}/.env" |
| 60 | + }, |
| 61 | + { |
| 62 | + "type": "java", |
| 63 | + "name": "Spring Boot-TestJpaEnversApplication<boot-data-envers>", |
| 64 | + "request": "launch", |
| 65 | + "cwd": "${workspaceFolder}", |
| 66 | + "mainClass": "com.example.envers.TestJpaEnversApplication", |
| 67 | + "projectName": "boot-data-envers", |
| 68 | + "args": "", |
| 69 | + "envFile": "${workspaceFolder}/.env" |
| 70 | + }, |
| 71 | + { |
| 72 | + "type": "java", |
| 73 | + "name": "Spring Boot-TestBlazePersistenceApplication<boot-data-keyset-pagination-blaze>", |
| 74 | + "request": "launch", |
| 75 | + "cwd": "${workspaceFolder}", |
| 76 | + "mainClass": "com.example.keysetpagination.TestBlazePersistenceApplication", |
| 77 | + "projectName": "boot-data-keyset-pagination-blaze", |
| 78 | + "args": "", |
| 79 | + "envFile": "${workspaceFolder}/.env" |
| 80 | + }, |
| 81 | + { |
| 82 | + "type": "java", |
| 83 | + "name": "Spring Boot-TestGraphQlWebMvcApplication<boot-graphql-webmvc>", |
| 84 | + "request": "launch", |
| 85 | + "cwd": "${workspaceFolder}", |
| 86 | + "mainClass": "com.example.graphql.TestGraphQlWebMvcApplication", |
| 87 | + "projectName": "boot-graphql-webmvc", |
| 88 | + "args": "", |
| 89 | + "envFile": "${workspaceFolder}/.env" |
| 90 | + }, |
| 91 | + { |
| 92 | + "type": "java", |
| 93 | + "name": "Spring Boot-TestGraphQLWebFluxApplication<boot-graphql-webflux>", |
| 94 | + "request": "launch", |
| 95 | + "cwd": "${workspaceFolder}", |
| 96 | + "mainClass": "com.example.graphql.TestGraphQLWebFluxApplication", |
| 97 | + "projectName": "boot-graphql-webflux", |
| 98 | + "args": "", |
| 99 | + "envFile": "${workspaceFolder}/.env" |
| 100 | + }, |
| 101 | + { |
| 102 | + "type": "java", |
| 103 | + "name": "Spring Boot-TestGraphQLQueryDSLApplication<boot-graphql-querydsl>", |
| 104 | + "request": "launch", |
| 105 | + "cwd": "${workspaceFolder}", |
| 106 | + "mainClass": "com.example.graphql.querydsl.TestGraphQLQueryDSLApplication", |
| 107 | + "projectName": "boot-graphql-querydsl", |
| 108 | + "args": "", |
| 109 | + "envFile": "${workspaceFolder}/.env" |
| 110 | + }, |
| 111 | + { |
| 112 | + "type": "java", |
| 113 | + "name": "Spring Boot-TestBatchApplication<batch-boot-jpa-sample>", |
| 114 | + "request": "launch", |
| 115 | + "cwd": "${workspaceFolder}", |
| 116 | + "mainClass": "com.example.bootbatchjpa.TestBatchApplication", |
| 117 | + "projectName": "batch-boot-jpa-sample", |
| 118 | + "args": "", |
| 119 | + "envFile": "${workspaceFolder}/.env" |
| 120 | + }, |
| 121 | + { |
| 122 | + "type": "java", |
| 123 | + "name": "Spring Boot-TestArchUnitApplication<boot-api-archunit-sample>", |
| 124 | + "request": "launch", |
| 125 | + "cwd": "${workspaceFolder}", |
| 126 | + "mainClass": "com.example.archunit.TestArchUnitApplication", |
| 127 | + "projectName": "boot-api-archunit-sample", |
| 128 | + "args": "", |
| 129 | + "envFile": "${workspaceFolder}/.env" |
| 130 | + }, |
| 131 | + { |
| 132 | + "type": "java", |
| 133 | + "name": "Spring Boot-TestChaosMonkeyApplication<boot-chaos-monkey>", |
| 134 | + "request": "launch", |
| 135 | + "cwd": "${workspaceFolder}", |
| 136 | + "mainClass": "com.example.choasmonkey.TestChaosMonkeyApplication", |
| 137 | + "projectName": "boot-chaos-monkey", |
| 138 | + "args": "", |
| 139 | + "envFile": "${workspaceFolder}/.env" |
| 140 | + }, |
| 141 | + { |
| 142 | + "type": "java", |
| 143 | + "name": "Spring Boot-ChaosMonkeyApplication<boot-chaos-monkey>", |
| 144 | + "request": "launch", |
| 145 | + "cwd": "${workspaceFolder}", |
| 146 | + "mainClass": "com.example.choasmonkey.ChaosMonkeyApplication", |
| 147 | + "projectName": "boot-chaos-monkey", |
| 148 | + "args": "--spring.profiles.active=local", |
| 149 | + "envFile": "${workspaceFolder}/.env", |
| 150 | + "vmArgs": " -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=44649 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.jmx.enabled=true -Djava.rmi.server.hostname=localhost -Dspring.application.admin.enabled=true -Dspring.boot.project.name=boot-chaos-monkey" |
| 151 | + }, |
| 152 | + { |
| 153 | + "type": "java", |
| 154 | + "name": "Spring Boot-BatchApplication<batch-boot-jpa-sample>", |
| 155 | + "request": "launch", |
| 156 | + "cwd": "${workspaceFolder}", |
| 157 | + "mainClass": "com.example.bootbatchjpa.BatchApplication", |
| 158 | + "projectName": "batch-boot-jpa-sample", |
| 159 | + "args": "--spring.profiles.active=local", |
| 160 | + "envFile": "${workspaceFolder}/.env", |
| 161 | + "vmArgs": " -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=40299 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.jmx.enabled=true -Djava.rmi.server.hostname=localhost -Dspring.application.admin.enabled=true -Dspring.boot.project.name=batch-boot-jpa-sample" |
| 162 | + }, |
| 163 | + { |
| 164 | + "type": "java", |
| 165 | + "name": "Spring Boot-GraphQlWebMvcApplication<boot-graphql-webmvc>", |
| 166 | + "request": "launch", |
| 167 | + "cwd": "${workspaceFolder}", |
| 168 | + "mainClass": "com.example.graphql.GraphQlWebMvcApplication", |
| 169 | + "projectName": "boot-graphql-webmvc", |
| 170 | + "args": "--spring.profiles.active=local", |
| 171 | + "envFile": "${workspaceFolder}/.env", |
| 172 | + "vmArgs": " -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=42699 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.jmx.enabled=true -Djava.rmi.server.hostname=localhost -Dspring.application.admin.enabled=true -Dspring.boot.project.name=boot-graphql-webmvc" |
| 173 | + }, |
| 174 | + { |
| 175 | + "type": "java", |
| 176 | + "name": "Spring Boot-GraphQLWebFluxApplication<boot-graphql-webflux>", |
| 177 | + "request": "launch", |
| 178 | + "cwd": "${workspaceFolder}", |
| 179 | + "mainClass": "com.example.graphql.GraphQLWebFluxApplication", |
| 180 | + "projectName": "boot-graphql-webflux", |
| 181 | + "args": "--spring.profiles.active=local", |
15 | 182 | "envFile": "${workspaceFolder}/.env"
|
16 | 183 | }
|
17 | 184 | ]
|
|
0 commit comments