How to start OpenLegacy Lowcode API with Gradle
By default, the generated OpenLegacy Lowcode API build tool is Gradle. The generated project is a Java SpringBoot API.
You can then build it and run it with the following commands:
# Building the API project
gradle build
# Running the API as a Spring Boot project
gradle bootrun
Updated 8 months ago