| @@ -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" | |||