mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Documentation
This commit is contained in:
parent
9ff9f97f92
commit
a01faf72fb
@ -27,7 +27,7 @@
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg bg-light">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand fw-bold" href="#">Spring Boot Database Admin <span class="text-muted">v0.1.6</span></a>
|
||||
<a class="navbar-brand fw-bold" href="#">Spring Boot Database Admin <span class="text-muted">v0.1.7</span></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@ -60,8 +60,8 @@
|
||||
<div class="col-9 main-content pt-3 ps-4">
|
||||
|
||||
<h1 class="m-0">Reference Guide</h1>
|
||||
<h2 class="text-muted mt-0">Spring Boot Database Admin v0.1.6</h2>
|
||||
|
||||
<h2 class="text-muted mt-0">Spring Boot Database Admin v0.1.7</h2>
|
||||
<div class="separator"></div>
|
||||
<h2 id="introduction">1. Introduction</h2>
|
||||
|
||||
<p>Spring Boot Database Admin is a tool to easily build customizable database management interfaces with CRUD operations (and more!) for Spring Boot+JPA apps.</p>
|
||||
@ -82,7 +82,7 @@
|
||||
<code class="language-xml"><dependency>
|
||||
<groupId>tech.ailef</groupId>
|
||||
<artifactId>spring-boot-db-admin</artifactId>
|
||||
<version>0.1.6</version>
|
||||
<version>0.1.7</version>
|
||||
</dependency>
|
||||
</code>
|
||||
</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user