|
@@ -1,12 +1,191 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
|
|
+ <component name="FacetManager">
|
|
|
+ <facet type="web" name="Web">
|
|
|
+ <configuration>
|
|
|
+ <webroots />
|
|
|
+ <sourceRoots>
|
|
|
+ <root url="file://$MODULE_DIR$/src/main/java" />
|
|
|
+ <root url="file://$MODULE_DIR$/src/main/resources" />
|
|
|
+ </sourceRoots>
|
|
|
+ </configuration>
|
|
|
+ </facet>
|
|
|
+ <facet type="Spring" name="Spring">
|
|
|
+ <configuration />
|
|
|
+ </facet>
|
|
|
+ </component>
|
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
|
|
<output url="file://$MODULE_DIR$/target/classes" />
|
|
|
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
|
|
<content url="file://$MODULE_DIR$">
|
|
|
+ <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
|
|
+ <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
|
|
+ <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
|
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
|
</content>
|
|
|
<orderEntry type="inheritedJdk" />
|
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.13.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.30" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: jakarta.annotation:jakarta.annotation-api:1.3.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.26" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.4.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.31" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.glassfish:jakarta.el:3.0.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.31" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-web:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-context:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:2.0.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.0.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.0" level="project" />
|
|
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: mysql:mysql-connector-java:8.0.21" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.4.0" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.3" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.ow2.asm:asm:5.0.4" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: jakarta.xml.bind:jakarta.xml.bind-api:2.3.3" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: jakarta.activation:jakarta.activation-api:1.2.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.16.1" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest:2.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter:5.6.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.6.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.2.0" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.6.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-params:5.6.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-engine:5.6.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.vintage:junit-vintage-engine:5.6.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.1.0" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-engine:1.6.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.13" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:3.3.3" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy:1.10.14" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.10.14" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-junit-jupiter:3.3.3" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.5.0" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-core:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.7.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.22" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.22" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.30" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-starter:1.2.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.2.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper:5.1.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:1.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-spring-boot-starter:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-spring:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-core:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-lang:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-cache:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-hash:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-core:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-core:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-ogdl:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-event:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.shiro:shiro-web:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.jsonwebtoken:jjwt:0.9.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.11.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.11.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.11.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-devtools:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.data:spring-data-redis:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.data:spring-data-keyvalue:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-oxm:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.2.9.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.lettuce:lettuce-core:5.3.4.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.netty:netty-common:4.1.52.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.netty:netty-handler:4.1.52.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.netty:netty-resolver:4.1.52.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.netty:netty-buffer:4.1.52.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.netty:netty-codec:4.1.52.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.52.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.projectreactor:reactor-core:3.3.10.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.8.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.poi:poi:5.2.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.14" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-collections4:4.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-math3:3.6.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: commons-io:commons-io:2.11.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.zaxxer:SparseBitSet:1.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.13.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml:5.2.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml-lite:5.2.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.xmlbeans:xmlbeans:5.0.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.4.01" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-compress:1.21" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.virtuald:curvesapi:1.07" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.poi:poi-scratchpad:5.2.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.google.zxing:core:3.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.google.zxing:javase:3.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.beust:jcommander:1.72" level="project" />
|
|
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.github.jai-imageio:jai-imageio-core:1.4.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: commons-net:commons-net:3.6" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.9" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.13" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.freemarker:freemarker:2.3.30" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: net.coobird:thumbnailator:0.4.11" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.ant:ant:1.9.7" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.ant:ant-launcher:1.9.7" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.binarywang:weixin-java-pay:3.7.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.binarywang:weixin-java-common:3.7.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.thoughtworks.xstream:xstream:1.4.11.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: xmlpull:xmlpull:1.1.3.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: xpp3:xpp3_min:1.1.4c" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpmime:4.5.12" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.slf4j:jcl-over-slf4j:1.7.30" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.6" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.google.guava:guava:20.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.dom4j:dom4j:2.1.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.binarywang:qrcode-utils:1.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jodd:jodd-http:3.7.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jodd:jodd-core:3.7.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jodd:jodd-upload:3.7.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.bouncycastle:bcpkix-jdk15on:1.59" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.bouncycastle:bcprov-jdk15on:1.59" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.binarywang:weixin-java-mp:3.7.0" level="project" />
|
|
|
+ <orderEntry type="module-library">
|
|
|
+ <library name="Maven: aspose-words-15.8.0-jdk16.jar:aspose-words:15.8.0">
|
|
|
+ <CLASSES>
|
|
|
+ <root url="jar://$MODULE_DIR$/lib/aspose-words-15.8.0-jdk16.jar!/" />
|
|
|
+ </CLASSES>
|
|
|
+ <JAVADOC />
|
|
|
+ <SOURCES />
|
|
|
+ </library>
|
|
|
+ </orderEntry>
|
|
|
</component>
|
|
|
</module>
|