diff options
Diffstat (limited to 'operation-utils/src/main/resources/properties_template')
-rw-r--r-- | operation-utils/src/main/resources/properties_template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/operation-utils/src/main/resources/properties_template b/operation-utils/src/main/resources/properties_template new file mode 100644 index 0000000..76b2b48 --- /dev/null +++ b/operation-utils/src/main/resources/properties_template @@ -0,0 +1,9 @@ +<% + messages.each { n, v -> +%> +$n=\\ + $v.errorCode|\\ + $v.messageFormat|\\ + $v.resolution|\\ + $v.description +<% } %>
\ No newline at end of file |