Last updated: 2024-04-19

  1. Learn
  2. Spring Data
  3. Bootstrapping

Bootstrapping your Spring Boot Prototype

The Bootify Builder allows bootstrapping of individual applications, in other words, fast development of modern, complex prototypes based on Spring Boot. In addition to the database schema, a REST API, a Thymeleaf or Angular frontend and many other functions can be included.

Select preferences and create database schema

Bootstrapping should avoid time-consuming, repetitive work by the developer without producing unnecessary overhead. Bootify makes this possible by a targeted selection of the required functions.

First, general preferences can be set in the General Tab: Java or Kotlin, Gradle or Maven, a frontend stack, the desired database and much more. The generated code will contain only the code needed for the selected options.

In the Entities Tab, the tables and their relationships to each other can be added. The tables of an existing schema can be created using the SQL import. For each entity CRUD functionality can be enabled for a REST API or for the frontend if required.

Editing an entity in the browser

Editing an entity in the browser

Explore and improve

The generated source code can be viewed directly in the browser. When everyone in your team is satisfied with the result, the bootstrapped prototype can be downloaded and the implementation of the business logic can start right away.

The Professional plan offers advanced features to save additional time. These include Spring Security, integration tests with Testcontainers, multi-module setup and much more.

See Pricing
or read quickstart