|
@@ -0,0 +1,142 @@
|
|
|
+<?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>
|
|
|
+ <facet type="jpa" name="JPA">
|
|
|
+ <configuration>
|
|
|
+ <setting name="validation-enabled" value="true" />
|
|
|
+ <setting name="provider-name" value="Hibernate" />
|
|
|
+ <datasource-mapping>
|
|
|
+ <factory-entry name="backend" />
|
|
|
+ </datasource-mapping>
|
|
|
+ <naming-strategy-map />
|
|
|
+ </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$/${project.build.directory}/classes" />
|
|
|
+ <excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/test-classes" />
|
|
|
+ <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-quartz:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.2.1.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.12.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.12.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.29" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: jakarta.annotation:jakarta.annotation-api:1.3.5" level="project" />
|
|
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-context:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz:2.3.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.mchange:mchange-commons-java:0.2.15" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-boot-starter:3.4.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus:3.4.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-extension:3.4.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-core:3.4.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-annotation:3.4.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.4.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.2.1.RELEASE" 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.10.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.10.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.10.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.penggle:kaptcha:2.3.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:4.0.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.jhlabs:filters:2.0.235-1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: cn.hutool:hutool-all:5.8.12" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.18" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.6.1" 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.29" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-core:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-web:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-web:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:2.1" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jsoup:jsoup:1.10.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.10" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-undertow:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.undertow:undertow-core:2.0.27.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.4.1.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jboss.xnio:xnio-api:3.3.8.Final" level="project" />
|
|
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.jboss.xnio:xnio-nio:3.3.8.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.undertow:undertow-servlet:2.0.27.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.2.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: io.undertow:undertow-websockets-jsr:2.0.27.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec:1.1.4.Final" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: jakarta.servlet:jakarta.servlet-api:4.0.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.glassfish:jakarta.el:3.0.3" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.2.1.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.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: jakarta.activation:jakarta.activation-api:1.2.1" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter:5.5.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.5.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.5.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-params:5.5.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-engine:5.5.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.junit.vintage:junit-vintage-engine:5.5.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.5.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-junit-jupiter:3.1.0" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.13.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.hamcrest:hamcrest:2.1" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:3.1.0" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy:1.10.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.10.2" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" 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.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.2.1.RELEASE" level="project" />
|
|
|
+ <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.6.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-starter:1.3.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.1.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.3.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper:5.2.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:3.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.12.0" level="project" />
|
|
|
+ </component>
|
|
|
+</module>
|