Initialer Stand des PDF Tools
ZUGFeRD-E-Rechnungs-Konverter mit Vaadin-UI: E-Rechnung aus PDF oder Rechnungstemplate erzeugen, Template-Designer, Adressbuch und speicherbare Formulareingaben (MongoDB). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
32
.vscode/launch.json
vendored
Normal file
32
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "PDF Tool (Dev, Formular vorbelegt)",
|
||||
"request": "launch",
|
||||
"mainClass": "de.assecutor.pdftool.PdfToolApplication",
|
||||
"projectName": "pdf-tool",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "internalConsole",
|
||||
"vmArgs": "-Dspring.profiles.active=dev"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "PDF Tool (Port 8081)",
|
||||
"request": "launch",
|
||||
"mainClass": "de.assecutor.pdftool.PdfToolApplication",
|
||||
"projectName": "pdf-tool",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "internalConsole",
|
||||
"vmArgs": "-Dserver.port=8081"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Attach an laufende JVM (5005)",
|
||||
"request": "attach",
|
||||
"hostName": "localhost",
|
||||
"port": 5005
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user