加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tmall_ssh.iml 3.13 KB
一键复制 编辑 原始数据 按行查看 历史
czwbig 提交于 2018-11-15 16:54 . fix bug : index.jsp jump to /forehome
<?xml version="1.0" encoding="UTF-8"?>
<module 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 type="Struts2" name="Struts 2">
<configuration>
<fileset id="s2fileset" name="Default File Set " removed="false">
<file>file://$MODULE_DIR$/src/struts.xml</file>
</fileset>
<fileset id="s2fileset2" name="My Fileset " removed="false">
<file>jar://D:/myRepository/Struts 2-2.5.14.1/struts2-core.jar!/struts-default.xml</file>
</fileset>
<propertiesKeys disabled="false" />
</configuration>
</facet>
</facet>
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map>
<unit-entry name="noname-applicationContext.xml@1047" value="f7bcd345-f7aa-4377-b611-86d17b37aa82" />
</datasource-map>
<naming-strategy-map />
</configuration>
</facet>
<facet type="Spring" name="Spring">
<configuration>
<fileset id="fileset" name="Spring Application Context" removed="false">
<file>file://$MODULE_DIR$/src/applicationContext.xml</file>
</fileset>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="jdk1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Hibernate 5.3.7-5.3.7" level="application" />
<orderEntry type="library" name="JAXB API" level="application" />
<orderEntry type="library" name="mysql-connector-java-8.0.13" level="application" />
<orderEntry type="library" name="JUnit4" level="application" />
<orderEntry type="library" name="aspectjweaver:1.9.2" level="application" />
<orderEntry type="library" name="asm-7" level="application" />
<orderEntry type="library" name="Struts 2-2.5.14.1" level="application" />
<orderEntry type="library" name="Spring MVC-4.3.18.RELEASE" level="application" />
<orderEntry type="library" name="Spring-4.3.18.RELEASE" level="application" />
<orderEntry type="library" name="org.apache.struts:struts2-spring-plugin:2.5.14.1" level="application" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://C:/tomcat/lib/jstl-1.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://C:/tomcat/lib/servlet-api.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化