GitHunt
MW

mweirauch/Schematic

A database management UI for Spring Boot

Schematic

License: MIT
Maven Central

logo

Schematic is a simple database management UI for Spring Boot.

Getting Started

To use Schematic, you need to add the following Maven dependency to your project's pom.xml:

<dependency>
    <groupId>com.bjoernkw</groupId>
    <artifactId>schematic</artifactId>
    <version>0.1.7</version>
</dependency>

After that, simply restart your Spring Boot application. Schematic will be available under http://localhost:8080/schematic/tables
and show the database tables for the database connection configured for your application.

Screenshots

Schematic-screenshot-1.png
Schematic-screenshot-2.png
Schematic-screenshot-3.png

Gitpod environment

Open in Gitpod

Prerequisites

Built With

License

MIT License

Authors

Languages

HTML53.0%Java42.6%CSS4.3%

Contributors

MIT License
Created February 17, 2023
Updated February 14, 2023
mweirauch/Schematic | GitHunt