add powerdns client codes.

This commit is contained in:
dalbodeule
2024-06-05 20:50:43 +09:00
parent 07aa50cd3a
commit 3dd8fc69c1
15 changed files with 372 additions and 176 deletions

View File

@@ -31,6 +31,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2")
implementation("com.google.code.gson:gson:2.11.0")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")