commit 55bcccf44af57030fc2bca8941920318ccf77b1f Author: mianbin Date: Thu Dec 26 20:02:24 2024 +0800 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d11bc3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# ---> Java +# Compiled class file +*.class +.idea +# Log file +*.log +target + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..0f509c7 --- /dev/null +++ b/pom.xml @@ -0,0 +1,122 @@ + + + 4.0.0 + cd.casic.boot + ops-pro + ${revision} + pom + + + + + + + + + ${project.artifactId} + + ops-pro 采用ruoyi的脚手架,不过经过大量修改,若要熟悉本系统,请先学习ruoyi脚手架,提供基础用户功能 + + + + 11 + 2.0.0 + + 3.0.0-M5 + 3.8.1 + 1.18.30 + 2.7.18 + 1.5.5.Final + ${java.version} + ${java.version} + UTF-8 + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + + org.springframework.boot + spring-boot-configuration-processor + ${spring.boot.version} + + + org.projectlombok + lombok + ${lombok.version} + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + + + + + + + + + + + local + + local + + + true + + + + dev + + dev + + + + prod + + prod + + + + + + + + aliyunmaven + aliyun + https://maven.aliyun.com/repositoryRecord/public + + + +