浏览代码

api-export-pdf-gradle

new-feature
Viet.LeQ2 1年前
父节点
当前提交
f605c408bd
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. +11
    -0
      build.gradle

+ 11
- 0
build.gradle 查看文件

@@ -16,6 +16,8 @@ buildscript {
}

plugins {
// open when run local env
// id "ua.eshepelyuk.ManifestClasspath" version "1.0.0"
id "org.sonarqube" version "2.6.2"
id "net.ltgt.apt-eclipse" version "0.19"
id "net.ltgt.apt-idea" version "0.19"
@@ -249,7 +251,16 @@ dependencies {
// exclude module: 'mapstruct'
// }
// https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui
//https://www.baeldung.com/java-html-to-pdf
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0'
implementation 'org.jsoup:jsoup:1.17.2'
//implementation group: 'org.xhtmlrenderer', name: 'flying-saucer-pdf-itext5', version: '9.7.1'
implementation group: 'org.xhtmlrenderer', name: 'flying-saucer-pdf', version: '9.3.2'
//implementation group: 'com.lowagie.text', name: 'com.springsource.com.lowagie.text', version: '2.1.7'
implementation group: 'org.eclipse.birt.runtime.3_7_1', name: 'com.lowagie.text', version: '2.1.7'
compile "com.google.zxing:core:3.3.0"
compile 'com.google.zxing:javase:3.3.0'
// https://www.geeksforgeeks.org/how-to-generate-and-read-qr-code-with-java-using-zxing-library/
// compile "io.springfox:springfox-bean-validators"
compile "mysql:mysql-connector-java"
liquibaseRuntime "mysql:mysql-connector-java"

正在加载...
取消
保存