|
@@ -0,0 +1,96 @@
|
|
|
+<?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-web:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.11" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.11" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.17.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.17.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.36" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: jakarta.annotation:jakarta.annotation-api:1.3.5" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-core:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.30" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.13.4.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.13.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.13.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.71" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.71" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.71" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-web:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-context:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.mysql:mysql-connector-j:8.0.32" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-boot-starter:3.5.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus:3.5.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-extension:3.5.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-core:3.5.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-annotation:3.5.2" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:4.4" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.10" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.7" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jetbrains.kotlin:kotlin-stdlib:1.6.21" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jetbrains:annotations:13.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:4.0.3" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.36" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.3.25" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.24" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.13" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.microsoft.sqlserver:mssql-jdbc:10.2.3.jre8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.baomidou:dynamic-datasource-spring-boot-starter:3.5.0" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.7.8" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.9.7" level="project" />
|
|
|
+ <orderEntry type="library" name="Maven: com.oracle:ojdbc6:11.2.0.3" level="project" />
|
|
|
+ <orderEntry type="module-library">
|
|
|
+ <library name="Maven: com.dm:DmJdbcDriver18:1.8">
|
|
|
+ <CLASSES>
|
|
|
+ <root url="jar://$MODULE_DIR$/src/main/resources/lib/DmJdbcDriver18.jar!/" />
|
|
|
+ </CLASSES>
|
|
|
+ <JAVADOC />
|
|
|
+ <SOURCES />
|
|
|
+ </library>
|
|
|
+ </orderEntry>
|
|
|
+ <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.60" level="project" />
|
|
|
+ </component>
|
|
|
+</module>
|