Spring Boot Project Generator is a tool that automates the creation of Spring Boot applications, complete with pre-configured CRUD APIs for your specified entities.
- Dynamic Entity Generation: Automatically creates entities, repositories, services, and controllers based on the provided data model.
- Excel Integration: Reads an Excel sheet to generate the data model dynamically.
- Spring Initializr Integration: Leverages the Spring Initializr API to generate a fully functional Spring Boot project with your chosen configurations.
- Reads Your Data Model: Simply upload an Excel sheet containing your entity definitions, and the generator will take care of the rest.
- Generates CRUD APIs: Based on your data model, the project generator creates complete CRUD operations, reducing boilerplate code.
- Inspiration from Repository Siva Prasad Reddy/generator-springboot