Schematic is a simple database management UI for Spring Boot.
To use Schematic, you need to add the following Maven dependency to your project's pom.xml
:
<dependency>
<groupId>com.github.bjoernkw</groupId>
<artifactId>schematic</artifactId>
<version>0.0.6</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.
- Java 17
- Maven
- a Spring Boot application to install Schematic into