-
Notifications
You must be signed in to change notification settings - Fork 0
Technology
Felix edited this page Apr 27, 2022
·
2 revisions
This app is written in C# and provides a library for generating springBoot classes with .template files.
Very minimal, but could be used for general use.
In SpringBoot files, [{entity}] will be replaced with the entity name ([{lowerEntity}] with a lowercase version), and [{package}] will be replaced with the package path.
Every parameter has its own [{parametername}] eg: port -> [{port}]
and will be replaced.