parent
d4e6d1ed29
commit
f04dd2a5aa
@ -0,0 +1,13 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="exploded-war" name="equipment:Web2 exploded">
|
||||
<output-path>$PROJECT_DIR$/out/artifacts/equipment_Web2_exploded</output-path>
|
||||
<root id="root">
|
||||
<element id="javaee-facet-resources" facet="equipment/web/Web2" />
|
||||
<element id="directory" name="WEB-INF">
|
||||
<element id="directory" name="classes">
|
||||
<element id="module-output" name="equipment" />
|
||||
</element>
|
||||
</element>
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
@ -0,0 +1,9 @@
|
||||
<component name="libraryTable">
|
||||
<library name="aspectjweaver-1.9.7">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/aspectjweaver-1.9.7.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
||||
@ -0,0 +1,18 @@
|
||||
<component name="libraryTable">
|
||||
<library name="libs">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/jsp-api.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/spring-expression-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/commons-logging-1.1.1.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/spring-beans-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/spring-aop-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/spring-context-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/spring-web-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/spring-webmvc-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/aspectjweaver-1.9.7.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringProject/src/libs/spring-core-5.1.6.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
||||
@ -0,0 +1,9 @@
|
||||
<component name="libraryTable">
|
||||
<library name="servlet-api">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/equipment/web/WEB-INF/lib/servlet-api.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
||||
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
|
||||
version="4.0">
|
||||
</web-app>
|
||||
Binary file not shown.
Binary file not shown.
@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xmlns:mvc="http://www.springframework.org/schema/mvc"
|
||||
xsi:schemaLocation="
|
||||
http://www.springframework.org/schema/beans
|
||||
https://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
https://www.springframework.org/schema/context/spring-context.xsd
|
||||
http://www.springframework.org/schema/mvc
|
||||
https://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
||||
|
||||
|
||||
<context:component-scan base-package="com.ssm.controller"/>
|
||||
|
||||
|
||||
<mvc:annotation-driven/>
|
||||
|
||||
|
||||
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
|
||||
|
||||
<property name="prefix" value="/"/>
|
||||
<property name="suffix" value=".jsp"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
Binary file not shown.
Loading…
Reference in new issue