Skip to content

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.

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.

Clone this wiki locally