1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/web" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="Spring" name="Spring">
- <configuration />
- </facet>
- </component>
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_12">
- <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" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="commons-beanutils-1.9.3" level="application" />
- <orderEntry type="library" name="Java EE 6-Java EE 6" level="project" />
- <orderEntry type="library" name="lib" level="project" />
- <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.3" level="project" />
- <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
- <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
- <orderEntry type="library" name="Maven: commons-dbutils:commons-dbutils:1.6" level="project" />
- <orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.22" level="project" />
- <orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.11.4" level="project" />
- <orderEntry type="library" name="Maven: org.apache.tomcat:dbcp:6.0.29" level="project" />
- </component>
- </module>
|