Merge branch 'main' into dev

This commit is contained in:
Francesco 2023-09-21 12:25:44 +02:00
commit 710843bf0b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
An add-on for Spring Boot apps that automatically generates a database admin panel based on your `@Entity` annotated classes. An add-on for Spring Boot apps that automatically generates a database admin panel based on your `@Entity` annotated classes.
The panel offers basic CRUD and search functionalities to manage the database. The panel offers basic CRUD and search functionalities to manage the database.
[![Example page listing products](https://i.imgur.com/knAKPxQ.png)](https://i.imgur.com/knAKPxQ.png) [![Example page listing products](https://i.imgur.com/Nz19f8e.png)](https://i.imgur.com/Nz19f8e.png)
The code is in a very early version and I'm trying to collect as much feedback as possible in order to fix the The code is in a very early version and I'm trying to collect as much feedback as possible in order to fix the
most common issues that will inevitably arise. If you are so kind to try the project and you find something most common issues that will inevitably arise. If you are so kind to try the project and you find something

View File

@ -11,7 +11,7 @@
</parent> </parent>
<groupId>tech.ailef</groupId> <groupId>tech.ailef</groupId>
<artifactId>spring-boot-db-admin</artifactId> <artifactId>spring-boot-db-admin</artifactId>
<version>0.0.2</version> <version>0.0.3</version>
<name>spring-boot-db-admin</name> <name>spring-boot-db-admin</name>
<description>Srping Boot DB Admin Dashboard</description> <description>Srping Boot DB Admin Dashboard</description>
<properties> <properties>