feat: Add basic certificate models and repositories (#8)
* Add basic certificate models and repositories * Review comments * Adjust cert enum
This commit is contained in:
parent
a2aea580f2
commit
d98f60ab54
15 changed files with 244 additions and 9 deletions
|
@ -36,6 +36,7 @@ dependencies {
|
|||
implementation("org.springframework.boot:spring-boot-starter-jdbc")
|
||||
implementation("org.xerial:sqlite-jdbc")
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
implementation("org.springframework.boot:spring-boot-starter-validation")
|
||||
implementation("org.hibernate.orm:hibernate-community-dialects")
|
||||
|
||||
implementation("org.springframework.boot:spring-boot-starter-security")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue