commit 937e91f04a9261752555b8437b8823f4e3a98c81 Author: wanggeng888 <450292408@qq.com> Date: Mon Apr 26 14:57:44 2021 +0800 fc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39c6819 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..0c30561 --- /dev/null +++ b/pom.xml @@ -0,0 +1,470 @@ + + + 4.0.0 + + ink.wgink + wg-module + 1.0-SNAPSHOT + pom + + + 5.2.8.RELEASE + 2.3.3.RELEASE + 1.2.24 + 2.2.7 + 3.2.3 + 5.1.47 + 1.0.31 + 5.1.1 + 1.6.1 + 2.3.0 + 2.10.4 + 3.1.0 + 2.0 + 1.2 + 0.4.8 + 2.5.0 + 2.0.4 + 2.9.4 + 1.6 + 2.6.0 + 3.4 + 2.2 + 3.3 + 1.3.1 + 1.12 + 1.18 + 1.9.4 + 1.3.18 + 3.3.3 + 2.5.1 + 1.0.2 + 1.6.2 + 3.9.1 + 5.5.0 + 5.5.0 + 4.1.50.Final + 1.56 + 9.0.14 + 1.18.16 + 1.7.30 + + + + + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-aspects + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework.security + spring-security-config + ${spring.version} + + + org.springframework.security + spring-security-web + ${spring.version} + + + org.springframework + spring-expression + ${spring.version} + + + + + + org.springframework.boot + spring-boot-autoconfigure + ${spring-boot.version} + + + + + + com.alibaba + fastjson + ${fastjson.version} + + + + + + com.alibaba + easyexcel + ${easyexcel.version} + + + + + + cglib + cglib + ${cglib.version} + + + + + + mysql + mysql-connector-java + ${mysql.version} + + + + + + com.alibaba + druid + ${durid.version} + + + + + + com.github.pagehelper + pagehelper + ${pagehelper.version} + + + + + + dom4j + dom4j + ${dom4j.version} + + + + + + org.quartz-scheduler + quartz + ${quartz.version} + + + + + + net.sf.ehcache + ehcache + ${ehcache.version} + + + + + + javax.servlet + javax.servlet-api + ${servletApi.version} + + + javax.servlet + jsp-api + ${jspApi.version} + + + jstl + jstl + ${jstl.version} + + + + + + net.coobird + thumbnailator + ${thumbnailator.version} + + + + + + joda-time + joda-time + ${jodatime.version} + + + + + + org.apache.commons + commons-lang3 + ${commonLang3.version} + + + org.apache.commons + commons-text + ${commons-text.version} + + + commons-io + commons-io + ${common-io.version} + + + commons-net + commons-net + ${common-net.version} + + + commons-fileupload + commons-fileupload + ${common-fileupload.version} + + + commons-codec + commons-codec + ${common-codec.version} + + + org.apache.commons + commons-compress + ${common-compress} + + + commons-beanutils + commons-beanutils + ${common-beanutils.version} + + + + + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj.version} + + + + + + io.springfox + springfox-swagger2 + ${swagger.version} + + + io.springfox + springfox-swagger-ui + ${swagger.version} + + + com.github.xiaoymin + knife4j-spring-ui + ${knife4j.version} + + + + + + com.google.zxing + core + ${zxing.version} + + + + + + com.belerweb + pinyin4j + ${pingyin4j.version} + + + + + + com.github.oshi + oshi-core + ${oshi-core.version} + + + net.java.dev.jna + jna + ${jna.version} + + + net.java.dev.jna + jna-platform + ${jna-platform.version} + + + + + + it.sauronsoftware + jave + ${sauronsoftware.version} + + + + + + com.sun.mail + javax.mail + ${email.version} + + + + + + io.netty + netty-all + ${netty.version} + + + + + + org.bouncycastle + bcprov-jdk15on + ${bouncycastle.version} + + + + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat-embed.version} + + + org.apache.tomcat.embed + tomcat-embed-el + ${tomcat-embed.version} + + + org.apache.tomcat.embed + tomcat-embed-websocket + ${tomcat-embed.version} + + + + + + org.projectlombok + lombok + ${lombok.version} + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + + + + + + maven-releases + http://121.36.71.250:8888/repository/maven-releases/ + + + maven-snapshots + http://121.36.71.250:8888/repository/maven-snapshots/ + + + + + ${project.artifactId} + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.8 + 1.8 + UTF-8 + + + + + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + false + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1 + + + attach-sources + + jar + + + + + + + + + \ No newline at end of file