feat: use plantuml to export er diagram

This commit is contained in:
vran
2022-05-25 23:40:59 +08:00
parent 06f5044e39
commit 6c5965f466
13 changed files with 244 additions and 30 deletions

View File

@@ -9,6 +9,8 @@ dependencies {
implementation project(":dao")
implementation project(":meta")
implementation 'net.sourceforge.plantuml:plantuml:1.2022.5'
// spring boot
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-validation'