diff --git a/.gitignore b/.gitignore index f02ea51..967cb75 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ **/target/** logs/ casic-web/src/test -casic-web/pom.xml *.iml \ No newline at end of file diff --git a/.gitignore b/.gitignore index f02ea51..967cb75 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ **/target/** logs/ casic-web/src/test -casic-web/pom.xml *.iml \ No newline at end of file diff --git a/casic-web/pom.xml b/casic-web/pom.xml new file mode 100644 index 0000000..64e5eae --- /dev/null +++ b/casic-web/pom.xml @@ -0,0 +1,299 @@ + + + 4.0.0 + + com.casic + casic-smartcity-dcms + ../pom.xml + 1.0.0-SNAPSHOT + + casic-web + ${pro.version} + jar + casic-web + casic web启动入口 + + + + dev + + true + + + dev + true + 3600 + 3600 + + + + + test + + test + false + 180 + 180 + + + + + prod + + prod + true + 3600 + 3600 + + + + + + + + + + + + + com.casic + casic-core + ${casic.version} + + + com.casic + casic-admin-support + ${casic.version} + + + com.casic + casic-admin-core + ${casic.version} + + + com.casic + casic-admin-area + ${casic.version} + + + + + com.casic + casic-file + ${casic.version} + + + com.casic + casic-iris-support + ${pro.version} + + + com.casic + casic-iris-acs + ${pro.version} + + + com.casic + casic-iris-device + ${pro.version} + + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-websocket + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-devtools + true + + + + + + org.apache.shiro + shiro-core + + + slf4j-api + org.slf4j + + + + + org.apache.shiro + shiro-spring + + + org.apache.shiro + shiro-ehcache + + + slf4j-api + org.slf4j + + + + + org.ehcache + ehcache + ${ehcache.version} + + + + commons-io + commons-io + + + com.github.penggle + kaptcha + + + com.google.zxing + core + + + com.ibeetl + beetl + + + org.apache.commons + commons-lang3 + + + com.oracle + ojdbc6 + ${oracle.version} + + + org.codehaus.groovy + groovy-all + true + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + /config/** + **/MockController.class + + + + + org.springframework.boot + spring-boot-maven-plugin + + + true + true + + + + maven-assembly-plugin + + + false + + src/main/build/package.xml + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + ${resource.delimiter} + + true + + + + copy-resources + validate + + copy-resources + + + ${project.build.outputDirectory} + + + + src/main/resources + true + + + + + + + + + + src/main/webapp + + + src/main/resources + + + src/main/java + + **/*.xml + + true + + + + +