diff --git a/README.md b/README.md new file mode 100644 index 0000000..87c4b50 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# casic-component-parent + +casic-component-parent 父包 + +>* 2020-03-18 附件上传修改 + >> casic-file-support + 添加 ICasicFileService(提供流文件保存接口 及 base64图片保存接口) + + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..87c4b50 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# casic-component-parent + +casic-component-parent 父包 + +>* 2020-03-18 附件上传修改 + >> casic-file-support + 添加 ICasicFileService(提供流文件保存接口 及 base64图片保存接口) + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..96d21c7 --- /dev/null +++ b/pom.xml @@ -0,0 +1,230 @@ + + 4.0.0 + com.casic + casic-boot-starter-parent + 2.0.0.alpha + casic-boot-starter-parent + pom + + org.springframework.boot + spring-boot-starter-parent + 2.4.5 + + + + UTF-8 + UTF-8 + 1.8 + 2.0.0.alpha + 2.4.5 + 3.4.3 + 1.2.6 + 3.6.3 + 2.6.11 + 5.7.2 + 1.2.72 + 2.3.2 + 2.5 + 3.6 + 1.18.4 + + 8.0.16 + 3.0.2 + 3.2.3 + 3.3.0 + 2.3.1 + 3.0.1 + 2.3 + 3.1 + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${boot.version} + pom + import + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus-boot-starter} + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + org.ehcache + ehcache + ${ehcache.version} + + + net.sf.ehcache + ehcache-core + ${ehcache.sf.version} + + + cn.hutool + hutool-core + ${hutool.version} + + + cn.hutool + hutool-crypto + ${hutool.version} + + + com.alibaba + fastjson + ${fastjson.version} + + + commons-io + commons-io + ${commons.io.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compiler.plugin.version} + + ${java.version} + ${java.version} + + + + org.codehaus.mojo + versions-maven-plugin + ${maven.version.plugin.version} + + false + + + + org.apache.maven.plugins + maven-source-plugin + ${maven.source.plugin.version} + + + attach-sources + + jar + + + + + + com.github.wvengen + proguard-maven-plugin + ${maven.proguard.plugin.version} + + + package + + proguard + + + + + true + pg + ${basedir}/proguard.conf + + ${project.build.finalName}-pg + + ${java.home}/lib/rt.jar + ${java.home}/lib/jce.jar + ${java.home}/lib/plugin.jar + + + + + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven.assembly.plugin.version} + + + false + + src/main/build/package.xml + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${maven.jar.plugin.version} + + + org.apache.maven.plugins + maven-war-plugin + ${maven.war.plugin.version} + + ${project.build.finalName} + **/MockController.class + + + + + + + + + nexus-releases + User Project Release + + http://repository.casic.com:11904/nexus/content/repositories/releases/ + + + + nexus-snapshots + User Project SNAPSHOTS + + http://repository.casic.com:11904/nexus/content/repositories/snapshots/ + + + + + central + central + + http://repository.casic.com:11904/nexus/content/repositories/central/ + + + \ No newline at end of file