parent
eac9ec0d47
commit
8501e369e0
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 数据源本地存储已忽略文件
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -0,0 +1,36 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="TOP_LEVEL_CLASS_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="INNER_CLASS_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="METHOD_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="FIELD_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="IGNORE_DEPRECATED" value="false" />
|
||||
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
|
||||
<option name="IGNORE_DUPLICATED_THROWS" value="false" />
|
||||
<option name="IGNORE_POINT_TO_ITSELF" value="false" />
|
||||
<option name="myAdditionalJavadocTags" value="date" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/hunnu_RJGC_9.iml" filepath="$PROJECT_DIR$/.idea/hunnu_RJGC_9.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 数据源本地存储已忽略文件
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
@ -0,0 +1,14 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="war" name="Erudition:war">
|
||||
<output-path>$PROJECT_DIR$/Erudition/target</output-path>
|
||||
<properties id="maven-jee-properties">
|
||||
<options>
|
||||
<module>Erudition</module>
|
||||
<packaging>war</packaging>
|
||||
</options>
|
||||
</properties>
|
||||
<root id="archive" name="Erudition-1.0.0-SNAPSHOT.war">
|
||||
<element id="artifact" artifact-name="Erudition:war exploded" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
@ -0,0 +1,97 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="exploded-war" name="Erudition:war exploded">
|
||||
<output-path>$PROJECT_DIR$/Erudition/target/Erudition-1.0.0-SNAPSHOT</output-path>
|
||||
<properties id="maven-jee-properties">
|
||||
<options>
|
||||
<exploded>true</exploded>
|
||||
<module>Erudition</module>
|
||||
<packaging>war</packaging>
|
||||
</options>
|
||||
</properties>
|
||||
<root id="root">
|
||||
<element id="directory" name="WEB-INF">
|
||||
<element id="directory" name="classes">
|
||||
<element id="module-output" name="Erudition" />
|
||||
</element>
|
||||
<element id="directory" name="lib">
|
||||
<element id="library" level="project" name="Maven: org.projectlombok:lombok:1.16.22" />
|
||||
<element id="library" level="project" name="Maven: javax.servlet.jsp:javax.servlet.jsp-api:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: javax.servlet:jstl:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: taglibs:standard:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-core:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: commons-logging:commons-logging:1.2" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-beans:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-context:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-expression:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-context-support:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-web:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-test:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-webmvc:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-tx:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-jdbc:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-aop:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-aspects:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.aspectj:aspectjweaver:1.8.9" />
|
||||
<element id="library" level="project" name="Maven: org.mybatis:mybatis:3.4.0" />
|
||||
<element id="library" level="project" name="Maven: org.mybatis:mybatis-spring:1.3.0" />
|
||||
<element id="library" level="project" name="Maven: mysql:mysql-connector-java:8.0.11" />
|
||||
<element id="library" level="project" name="Maven: com.google.protobuf:protobuf-java:2.6.0" />
|
||||
<element id="library" level="project" name="Maven: com.alibaba:druid:1.0.16" />
|
||||
<element id="library" level="project" name="Maven: ch.qos.logback:logback-classic:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: org.slf4j:slf4j-api:1.7.6" />
|
||||
<element id="library" level="project" name="Maven: ch.qos.logback:logback-core:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: org.logback-extensions:logback-ext-spring:0.1.1" />
|
||||
<element id="library" level="project" name="Maven: commons-fileupload:commons-fileupload:1.3.3" />
|
||||
<element id="library" level="project" name="Maven: commons-io:commons-io:2.4" />
|
||||
<element id="library" level="project" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.10.1" />
|
||||
<element id="library" level="project" name="Maven: com.fasterxml.jackson.core:jackson-core:2.10.1" />
|
||||
<element id="library" level="project" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.10.1" />
|
||||
<element id="library" level="project" name="Maven: org.json:json:20170516" />
|
||||
<element id="library" level="project" name="Maven: com.googlecode.rapid-framework:rapid-core:4.0.5" />
|
||||
<element id="library" level="project" name="Maven: javax.activation:activation:1.1.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-frontend-jaxws:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: xml-resolver:xml-resolver:1.2" />
|
||||
<element id="library" level="project" name="Maven: asm:asm:3.3" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-api:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.ws.commons.schema:XmlSchema:1.4.7" />
|
||||
<element id="library" level="project" name="Maven: org.apache.neethi:neethi:2.0.4" />
|
||||
<element id="library" level="project" name="Maven: wsdl4j:wsdl4j:1.6.2" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-common-schemas:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-core:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: com.sun.xml.bind:jaxb-impl:2.1.13" />
|
||||
<element id="library" level="project" name="Maven: org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.7.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-bindings-soap:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-tools-common:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-databinding-jaxb:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-bindings-xml:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-frontend-simple:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-ws-addr:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-transports-http:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-ws-security:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-common-utilities:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.codehaus.woodstox:woodstox-core-asl:4.0.8" />
|
||||
<element id="library" level="project" name="Maven: org.codehaus.woodstox:stax2-api:3.0.2" />
|
||||
<element id="library" level="project" name="Maven: org.apache.ws.security:wss4j:1.5.10" />
|
||||
<element id="library" level="project" name="Maven: org.apache.santuario:xmlsec:1.4.4" />
|
||||
<element id="library" level="project" name="Maven: xalan:xalan:2.7.1" />
|
||||
<element id="library" level="project" name="Maven: xalan:serializer:2.7.1" />
|
||||
<element id="library" level="project" name="Maven: org.bouncycastle:bcprov-jdk15:1.45" />
|
||||
<element id="library" level="project" name="Maven: com.google.guava:guava:26.0-jre" />
|
||||
<element id="library" level="project" name="Maven: com.google.code.findbugs:jsr305:3.0.2" />
|
||||
<element id="library" level="project" name="Maven: org.checkerframework:checker-qual:2.5.2" />
|
||||
<element id="library" level="project" name="Maven: com.google.errorprone:error_prone_annotations:2.1.3" />
|
||||
<element id="library" level="project" name="Maven: com.google.j2objc:j2objc-annotations:1.1" />
|
||||
<element id="library" level="project" name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.14" />
|
||||
<element id="library" level="project" name="Maven: com.github.pagehelper:pagehelper:4.2.1" />
|
||||
<element id="library" level="project" name="Maven: com.github.jsqlparser:jsqlparser:0.9.5" />
|
||||
<element id="library" level="project" name="Maven: com.alibaba:fastjson:1.2.72" />
|
||||
<element id="library" level="project" name="Maven: cn.hutool:hutool-all:4.1.13" />
|
||||
</element>
|
||||
</element>
|
||||
<element id="directory" name="META-INF">
|
||||
<element id="file-copy" path="$PROJECT_DIR$/Erudition/target/Erudition-1.0.0-SNAPSHOT/META-INF/MANIFEST.MF" />
|
||||
</element>
|
||||
<element id="javaee-facet-resources" facet="Erudition/web/Web" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<annotationProcessing>
|
||||
<profile default="true" name="Default" enabled="true" />
|
||||
<profile name="Maven default annotation processors profile" enabled="true">
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="Erudition" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
<bytecodeTargetLevel>
|
||||
<module name="Erudition" target="1.8" />
|
||||
</bytecodeTargetLevel>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="@localhost" uuid="ee6941b7-9f84-4c85-9a6f-b74f41e9e224">
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://localhost:3306</jdbc-url>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/Erudition/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/Erudition/src/main/resources" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,36 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="TOP_LEVEL_CLASS_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="INNER_CLASS_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="METHOD_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="FIELD_OPTIONS">
|
||||
<value>
|
||||
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
|
||||
<option name="REQUIRED_TAGS" value="" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="IGNORE_DEPRECATED" value="false" />
|
||||
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
|
||||
<option name="IGNORE_DUPLICATED_THROWS" value="false" />
|
||||
<option name="IGNORE_POINT_TO_ITSELF" value="false" />
|
||||
<option name="myAdditionalJavadocTags" value="date" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: asm:asm:3.3">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/asm/asm/3.3/asm-3.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/asm/asm/3.3/asm-3.3-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/asm/asm/3.3/asm-3.3-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: ch.qos.logback:logback-classic:1.1.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: ch.qos.logback:logback-core:1.1.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: cn.hutool:hutool-all:4.1.13">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/cn/hutool/hutool-all/4.1.13/hutool-all-4.1.13.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/cn/hutool/hutool-all/4.1.13/hutool-all-4.1.13-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/cn/hutool/hutool-all/4.1.13/hutool-all-4.1.13-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.alibaba:druid:1.0.16">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/alibaba/druid/1.0.16/druid-1.0.16.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/alibaba/druid/1.0.16/druid-1.0.16-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/alibaba/druid/1.0.16/druid-1.0.16-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.alibaba:fastjson:1.2.72">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/alibaba/fastjson/1.2.72/fastjson-1.2.72.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/alibaba/fastjson/1.2.72/fastjson-1.2.72-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/alibaba/fastjson/1.2.72/fastjson-1.2.72-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.10.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.fasterxml.jackson.core:jackson-core:2.10.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.fasterxml.jackson.core:jackson-databind:2.10.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.github.jsqlparser:jsqlparser:0.9.5">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/github/jsqlparser/jsqlparser/0.9.5/jsqlparser-0.9.5.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/github/jsqlparser/jsqlparser/0.9.5/jsqlparser-0.9.5-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/github/jsqlparser/jsqlparser/0.9.5/jsqlparser-0.9.5-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.github.pagehelper:pagehelper:4.2.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/github/pagehelper/pagehelper/4.2.1/pagehelper-4.2.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/github/pagehelper/pagehelper/4.2.1/pagehelper-4.2.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/github/pagehelper/pagehelper/4.2.1/pagehelper-4.2.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.google.code.findbugs:jsr305:3.0.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.google.errorprone:error_prone_annotations:2.1.3">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.google.guava:guava:26.0-jre">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/guava/guava/26.0-jre/guava-26.0-jre-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/guava/guava/26.0-jre/guava-26.0-jre-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.google.j2objc:j2objc-annotations:1.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.google.protobuf:protobuf-java:2.6.0">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/protobuf/protobuf-java/2.6.0/protobuf-java-2.6.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/protobuf/protobuf-java/2.6.0/protobuf-java-2.6.0-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/google/protobuf/protobuf-java/2.6.0/protobuf-java-2.6.0-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.googlecode.rapid-framework:rapid-core:4.0.5">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/googlecode/rapid-framework/rapid-core/4.0.5/rapid-core-4.0.5.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/googlecode/rapid-framework/rapid-core/4.0.5/rapid-core-4.0.5-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/googlecode/rapid-framework/rapid-core/4.0.5/rapid-core-4.0.5-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: com.sun.xml.bind:jaxb-impl:2.1.13">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: commons-fileupload:commons-fileupload:1.3.3">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: commons-io:commons-io:2.4">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-io/commons-io/2.4/commons-io-2.4.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-io/commons-io/2.4/commons-io-2.4-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-io/commons-io/2.4/commons-io-2.4-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: commons-logging:commons-logging:1.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-logging/commons-logging/1.2/commons-logging-1.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: javax.activation:activation:1.1.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/activation/activation/1.1.1/activation-1.1.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/activation/activation/1.1.1/activation-1.1.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: javax.servlet:javax.servlet-api:3.1.0">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: javax.servlet.jsp:javax.servlet.jsp-api:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/jsp/javax.servlet.jsp-api/2.3.1/javax.servlet.jsp-api-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/jsp/javax.servlet.jsp-api/2.3.1/javax.servlet.jsp-api-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/jsp/javax.servlet.jsp-api/2.3.1/javax.servlet.jsp-api-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: javax.servlet:jstl:1.1.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/jstl/1.1.2/jstl-1.1.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/javax/servlet/jstl/1.1.2/jstl-1.1.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: junit:junit:4.12">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/junit/junit/4.12/junit-4.12.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/junit/junit/4.12/junit-4.12-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/junit/junit/4.12/junit-4.12-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: mysql:mysql-connector-java:8.0.11">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/mysql/mysql-connector-java/8.0.11/mysql-connector-java-8.0.11.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/mysql/mysql-connector-java/8.0.11/mysql-connector-java-8.0.11-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/mysql/mysql-connector-java/8.0.11/mysql-connector-java-8.0.11-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-api:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-api/2.3.1/cxf-api-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-api/2.3.1/cxf-api-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-api/2.3.1/cxf-api-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-common-schemas:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-schemas-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-schemas-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-common-schemas/2.3.1/cxf-common-schemas-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-common-utilities:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-common-utilities/2.3.1/cxf-common-utilities-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-bindings-soap:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-bindings-soap/2.3.1/cxf-rt-bindings-soap-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-bindings-soap/2.3.1/cxf-rt-bindings-soap-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-bindings-soap/2.3.1/cxf-rt-bindings-soap-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-bindings-xml:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bindings-xml-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bindings-xml-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-bindings-xml/2.3.1/cxf-rt-bindings-xml-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-core:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-core/2.3.1/cxf-rt-core-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-core/2.3.1/cxf-rt-core-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-core/2.3.1/cxf-rt-core-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-databinding-jaxb:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-databinding-jaxb/2.3.1/cxf-rt-databinding-jaxb-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-databinding-jaxb/2.3.1/cxf-rt-databinding-jaxb-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-databinding-jaxb/2.3.1/cxf-rt-databinding-jaxb-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-frontend-jaxws:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-frontend-jaxws/2.3.1/cxf-rt-frontend-jaxws-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-frontend-jaxws/2.3.1/cxf-rt-frontend-jaxws-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-frontend-jaxws/2.3.1/cxf-rt-frontend-jaxws-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-frontend-simple:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-frontend-simple/2.3.1/cxf-rt-frontend-simple-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-frontend-simple/2.3.1/cxf-rt-frontend-simple-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-frontend-simple/2.3.1/cxf-rt-frontend-simple-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-transports-http:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-transports-http/2.3.1/cxf-rt-transports-http-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-ws-addr:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-ws-addr/2.3.1/cxf-rt-ws-addr-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-ws-addr/2.3.1/cxf-rt-ws-addr-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-ws-addr/2.3.1/cxf-rt-ws-addr-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-rt-ws-security:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-ws-security/2.3.1/cxf-rt-ws-security-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-ws-security/2.3.1/cxf-rt-ws-security-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-rt-ws-security/2.3.1/cxf-rt-ws-security-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.cxf:cxf-tools-common:2.3.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-tools-common/2.3.1/cxf-tools-common-2.3.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-tools-common/2.3.1/cxf-tools-common-2.3.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/cxf/cxf-tools-common/2.3.1/cxf-tools-common-2.3.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.7.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_spec-1.7.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.neethi:neethi:2.0.4">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/neethi/neethi/2.0.4/neethi-2.0.4.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/neethi/neethi/2.0.4/neethi-2.0.4-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/neethi/neethi/2.0.4/neethi-2.0.4-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.santuario:xmlsec:1.4.4">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/santuario/xmlsec/1.4.4/xmlsec-1.4.4.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/santuario/xmlsec/1.4.4/xmlsec-1.4.4-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/santuario/xmlsec/1.4.4/xmlsec-1.4.4-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.ws.commons.schema:XmlSchema:1.4.7">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/ws/commons/schema/XmlSchema/1.4.7/XmlSchema-1.4.7-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.apache.ws.security:wss4j:1.5.10">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/ws/security/wss4j/1.5.10/wss4j-1.5.10.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/ws/security/wss4j/1.5.10/wss4j-1.5.10-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/apache/ws/security/wss4j/1.5.10/wss4j-1.5.10-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.aspectj:aspectjweaver:1.8.9">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.bouncycastle:bcprov-jdk15:1.45">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/bouncycastle/bcprov-jdk15/1.45/bcprov-jdk15-1.45.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/bouncycastle/bcprov-jdk15/1.45/bcprov-jdk15-1.45-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/bouncycastle/bcprov-jdk15/1.45/bcprov-jdk15-1.45-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.checkerframework:checker-qual:2.5.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.14">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.codehaus.woodstox:stax2-api:3.0.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/woodstox/stax2-api/3.0.2/stax2-api-3.0.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/woodstox/stax2-api/3.0.2/stax2-api-3.0.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/woodstox/stax2-api/3.0.2/stax2-api-3.0.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.codehaus.woodstox:woodstox-core-asl:4.0.8">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/woodstox/woodstox-core-asl/4.0.8/woodstox-core-asl-4.0.8.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/woodstox/woodstox-core-asl/4.0.8/woodstox-core-asl-4.0.8-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/codehaus/woodstox/woodstox-core-asl/4.0.8/woodstox-core-asl-4.0.8-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.hamcrest:hamcrest-core:1.3">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.json:json:20170516">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/json/json/20170516/json-20170516.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/json/json/20170516/json-20170516-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/json/json/20170516/json-20170516-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.logback-extensions:logback-ext-spring:0.1.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/logback-extensions/logback-ext-spring/0.1.1/logback-ext-spring-0.1.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/logback-extensions/logback-ext-spring/0.1.1/logback-ext-spring-0.1.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/logback-extensions/logback-ext-spring/0.1.1/logback-ext-spring-0.1.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.mybatis:mybatis:3.4.0">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/mybatis/mybatis/3.4.0/mybatis-3.4.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/mybatis/mybatis/3.4.0/mybatis-3.4.0-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/mybatis/mybatis/3.4.0/mybatis-3.4.0-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.mybatis:mybatis-spring:1.3.0">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/mybatis/mybatis-spring/1.3.0/mybatis-spring-1.3.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/mybatis/mybatis-spring/1.3.0/mybatis-spring-1.3.0-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/mybatis/mybatis-spring/1.3.0/mybatis-spring-1.3.0-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.projectlombok:lombok:1.16.22">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/projectlombok/lombok/1.16.22/lombok-1.16.22.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/projectlombok/lombok/1.16.22/lombok-1.16.22-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/projectlombok/lombok/1.16.22/lombok-1.16.22-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.slf4j:slf4j-api:1.7.6">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-aop:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-aop/4.3.19.RELEASE/spring-aop-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-aop/4.3.19.RELEASE/spring-aop-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-aop/4.3.19.RELEASE/spring-aop-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-aspects:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-aspects/4.3.19.RELEASE/spring-aspects-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-aspects/4.3.19.RELEASE/spring-aspects-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-aspects/4.3.19.RELEASE/spring-aspects-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-beans:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-beans/4.3.19.RELEASE/spring-beans-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-beans/4.3.19.RELEASE/spring-beans-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-beans/4.3.19.RELEASE/spring-beans-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-context:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-context/4.3.19.RELEASE/spring-context-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-context/4.3.19.RELEASE/spring-context-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-context/4.3.19.RELEASE/spring-context-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-context-support:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-context-support/4.3.19.RELEASE/spring-context-support-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-context-support/4.3.19.RELEASE/spring-context-support-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-context-support/4.3.19.RELEASE/spring-context-support-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-core:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-core/4.3.19.RELEASE/spring-core-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-core/4.3.19.RELEASE/spring-core-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-core/4.3.19.RELEASE/spring-core-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-expression:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-expression/4.3.19.RELEASE/spring-expression-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-expression/4.3.19.RELEASE/spring-expression-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-expression/4.3.19.RELEASE/spring-expression-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-jdbc:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-jdbc/4.3.19.RELEASE/spring-jdbc-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-jdbc/4.3.19.RELEASE/spring-jdbc-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-jdbc/4.3.19.RELEASE/spring-jdbc-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-test:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-test/4.3.19.RELEASE/spring-test-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-test/4.3.19.RELEASE/spring-test-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-test/4.3.19.RELEASE/spring-test-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-tx:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-tx/4.3.19.RELEASE/spring-tx-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-tx/4.3.19.RELEASE/spring-tx-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-tx/4.3.19.RELEASE/spring-tx-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-web:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-web/4.3.19.RELEASE/spring-web-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-web/4.3.19.RELEASE/spring-web-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-web/4.3.19.RELEASE/spring-web-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.springframework:spring-webmvc:4.3.19.RELEASE">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-webmvc/4.3.19.RELEASE/spring-webmvc-4.3.19.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-webmvc/4.3.19.RELEASE/spring-webmvc-4.3.19.RELEASE-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/org/springframework/spring-webmvc/4.3.19.RELEASE/spring-webmvc-4.3.19.RELEASE-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: taglibs:standard:1.1.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/taglibs/standard/1.1.2/standard-1.1.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/taglibs/standard/1.1.2/standard-1.1.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/taglibs/standard/1.1.2/standard-1.1.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: wsdl4j:wsdl4j:1.6.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: xalan:serializer:2.7.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xalan/serializer/2.7.1/serializer-2.7.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xalan/serializer/2.7.1/serializer-2.7.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xalan/serializer/2.7.1/serializer-2.7.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: xalan:xalan:2.7.1">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xalan/xalan/2.7.1/xalan-2.7.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xalan/xalan/2.7.1/xalan-2.7.1-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xalan/xalan/2.7.1/xalan-2.7.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,13 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: xml-resolver:xml-resolver:1.2">
|
||||
<CLASSES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://D:/maven/apache-maven-3.8.4/repo/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="FrameworkDetectionExcludesConfiguration">
|
||||
<file type="web" url="file://$PROJECT_DIR$/Erudition" />
|
||||
</component>
|
||||
<component name="MavenProjectsManager">
|
||||
<option name="originalFiles">
|
||||
<list>
|
||||
<option value="$PROJECT_DIR$/Erudition/pom.xml" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_13" default="true" project-jdk-name="13" project-jdk-type="JavaSDK" />
|
||||
</project>
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/Erudition/Erudition.iml" filepath="$PROJECT_DIR$/Erudition/Erudition.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/博学.iml" filepath="$PROJECT_DIR$/.idea/博学.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 数据源本地存储已忽略文件
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
@ -0,0 +1,14 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="war" name="Erudition:war">
|
||||
<output-path>$PROJECT_DIR$/target</output-path>
|
||||
<properties id="maven-jee-properties">
|
||||
<options>
|
||||
<module>Erudition</module>
|
||||
<packaging>war</packaging>
|
||||
</options>
|
||||
</properties>
|
||||
<root id="archive" name="Erudition-1.0.0-SNAPSHOT.war">
|
||||
<element id="artifact" artifact-name="Erudition:war exploded" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
@ -0,0 +1,97 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="exploded-war" name="Erudition:war exploded">
|
||||
<output-path>$PROJECT_DIR$/target/Erudition-1.0.0-SNAPSHOT</output-path>
|
||||
<properties id="maven-jee-properties">
|
||||
<options>
|
||||
<exploded>true</exploded>
|
||||
<module>Erudition</module>
|
||||
<packaging>war</packaging>
|
||||
</options>
|
||||
</properties>
|
||||
<root id="root">
|
||||
<element id="directory" name="WEB-INF">
|
||||
<element id="directory" name="classes">
|
||||
<element id="module-output" name="Erudition" />
|
||||
</element>
|
||||
<element id="directory" name="lib">
|
||||
<element id="library" level="project" name="Maven: org.projectlombok:lombok:1.16.22" />
|
||||
<element id="library" level="project" name="Maven: javax.servlet.jsp:javax.servlet.jsp-api:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: javax.servlet:jstl:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: taglibs:standard:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-core:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: commons-logging:commons-logging:1.2" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-beans:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-context:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-expression:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-context-support:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-web:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-test:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-webmvc:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-tx:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-jdbc:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-aop:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.springframework:spring-aspects:4.3.19.RELEASE" />
|
||||
<element id="library" level="project" name="Maven: org.aspectj:aspectjweaver:1.8.9" />
|
||||
<element id="library" level="project" name="Maven: org.mybatis:mybatis:3.4.0" />
|
||||
<element id="library" level="project" name="Maven: org.mybatis:mybatis-spring:1.3.0" />
|
||||
<element id="library" level="project" name="Maven: mysql:mysql-connector-java:8.0.11" />
|
||||
<element id="library" level="project" name="Maven: com.google.protobuf:protobuf-java:2.6.0" />
|
||||
<element id="library" level="project" name="Maven: com.alibaba:druid:1.0.16" />
|
||||
<element id="library" level="project" name="Maven: ch.qos.logback:logback-classic:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: org.slf4j:slf4j-api:1.7.6" />
|
||||
<element id="library" level="project" name="Maven: ch.qos.logback:logback-core:1.1.2" />
|
||||
<element id="library" level="project" name="Maven: org.logback-extensions:logback-ext-spring:0.1.1" />
|
||||
<element id="library" level="project" name="Maven: commons-fileupload:commons-fileupload:1.3.3" />
|
||||
<element id="library" level="project" name="Maven: commons-io:commons-io:2.4" />
|
||||
<element id="library" level="project" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.10.1" />
|
||||
<element id="library" level="project" name="Maven: com.fasterxml.jackson.core:jackson-core:2.10.1" />
|
||||
<element id="library" level="project" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.10.1" />
|
||||
<element id="library" level="project" name="Maven: org.json:json:20170516" />
|
||||
<element id="library" level="project" name="Maven: com.googlecode.rapid-framework:rapid-core:4.0.5" />
|
||||
<element id="library" level="project" name="Maven: javax.activation:activation:1.1.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-frontend-jaxws:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: xml-resolver:xml-resolver:1.2" />
|
||||
<element id="library" level="project" name="Maven: asm:asm:3.3" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-api:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.ws.commons.schema:XmlSchema:1.4.7" />
|
||||
<element id="library" level="project" name="Maven: org.apache.neethi:neethi:2.0.4" />
|
||||
<element id="library" level="project" name="Maven: wsdl4j:wsdl4j:1.6.2" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-common-schemas:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-core:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: com.sun.xml.bind:jaxb-impl:2.1.13" />
|
||||
<element id="library" level="project" name="Maven: org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.7.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-bindings-soap:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-tools-common:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-databinding-jaxb:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-bindings-xml:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-frontend-simple:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-ws-addr:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-transports-http:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-rt-ws-security:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.apache.cxf:cxf-common-utilities:2.3.1" />
|
||||
<element id="library" level="project" name="Maven: org.codehaus.woodstox:woodstox-core-asl:4.0.8" />
|
||||
<element id="library" level="project" name="Maven: org.codehaus.woodstox:stax2-api:3.0.2" />
|
||||
<element id="library" level="project" name="Maven: org.apache.ws.security:wss4j:1.5.10" />
|
||||
<element id="library" level="project" name="Maven: org.apache.santuario:xmlsec:1.4.4" />
|
||||
<element id="library" level="project" name="Maven: xalan:xalan:2.7.1" />
|
||||
<element id="library" level="project" name="Maven: xalan:serializer:2.7.1" />
|
||||
<element id="library" level="project" name="Maven: org.bouncycastle:bcprov-jdk15:1.45" />
|
||||
<element id="library" level="project" name="Maven: com.google.guava:guava:26.0-jre" />
|
||||
<element id="library" level="project" name="Maven: com.google.code.findbugs:jsr305:3.0.2" />
|
||||
<element id="library" level="project" name="Maven: org.checkerframework:checker-qual:2.5.2" />
|
||||
<element id="library" level="project" name="Maven: com.google.errorprone:error_prone_annotations:2.1.3" />
|
||||
<element id="library" level="project" name="Maven: com.google.j2objc:j2objc-annotations:1.1" />
|
||||
<element id="library" level="project" name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.14" />
|
||||
<element id="library" level="project" name="Maven: com.github.pagehelper:pagehelper:4.2.1" />
|
||||
<element id="library" level="project" name="Maven: com.github.jsqlparser:jsqlparser:0.9.5" />
|
||||
<element id="library" level="project" name="Maven: com.alibaba:fastjson:1.2.72" />
|
||||
<element id="library" level="project" name="Maven: cn.hutool:hutool-all:4.1.13" />
|
||||
</element>
|
||||
</element>
|
||||
<element id="directory" name="META-INF">
|
||||
<element id="file-copy" path="$PROJECT_DIR$/target/Erudition-1.0.0-SNAPSHOT/META-INF/MANIFEST.MF" />
|
||||
</element>
|
||||
<element id="javaee-facet-resources" facet="Erudition/web/Web" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<annotationProcessing>
|
||||
<profile default="true" name="Default" enabled="true" />
|
||||
<profile name="Maven default annotation processors profile" enabled="true">
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="Erudition" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
<bytecodeTargetLevel>
|
||||
<module name="Erudition" target="1.8" />
|
||||
</bytecodeTargetLevel>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="@localhost" uuid="40c3b662-980d-4b18-b011-42f81b5c01ca">
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://localhost:3306</jdbc-url>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
|
||||
<file url="PROJECT" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue