Fixed templates and deployed.

VDLM/rtchandler-poc
SLW\ARNAUA 2022-05-02 13:47:48 +02:00
parent 67ab9c66b0
commit 72cb341a77
2 changed files with 12 additions and 50 deletions

View File

@ -1,37 +0,0 @@
{
"enabled": true,
"name": "{{.name}}",
"processGroups": [],
"queueEntryPoint": false,
"queueEntryPointType": null,
"rules": [
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [],
"methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}"
},
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [],
"methodName": "{{.methodName2}}",
"returnType": "{{.returnType}}"
}
]
}
]
}
]
}

View File

@ -16,6 +16,7 @@
"argumentTypes": [],
"methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}"
}]
},
{
"annotations": [],
@ -33,5 +34,3 @@
}
]
}
]
}