|
|
@@ -64,6 +64,9 @@ dependencies { |
|
|
|
|
|
|
|
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.32' |
|
|
|
|
|
|
|
// implementation("org.mapstruct:mapstruct:1.6.3") |
|
|
|
// implementation("org.mapstruct:mapstruct-processor:1.6.3") |
|
|
|
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" |
|
|
|
implementation "org.jetbrains.kotlin:kotlin-reflect" |
|
|
|
|
|
|
@@ -71,6 +74,9 @@ dependencies { |
|
|
|
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0") |
|
|
|
compileOnly group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.0.0' |
|
|
|
|
|
|
|
implementation("org.jsoup:jsoup:1.20.1") |
|
|
|
implementation("com.itextpdf:html2pdf:6.2.0") |
|
|
|
|
|
|
|
runtimeOnly 'com.mysql:mysql-connector-j' |
|
|
|
|
|
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test' |
|
|
|