generated from adiao/Blog
commit
1a732eeb63
9 changed files with 101 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
<component name="ArtifactManager"> |
||||||
|
<artifact type="exploded-war" name="mian:war exploded"> |
||||||
|
<output-path>$PROJECT_DIR$/out/artifacts/mian_war_exploded</output-path> |
||||||
|
<root id="root"> |
||||||
|
<element id="javaee-facet-resources" facet="mian/web/Web" /> |
||||||
|
<element id="directory" name="WEB-INF"> |
||||||
|
<element id="directory" name="classes"> |
||||||
|
<element id="module-output" name="mian" /> |
||||||
|
</element> |
||||||
|
</element> |
||||||
|
</root> |
||||||
|
</artifact> |
||||||
|
</component> |
||||||
@ -0,0 +1,13 @@ |
|||||||
|
<component name="ArtifactManager"> |
||||||
|
<artifact type="exploded-war" name="src:war exploded"> |
||||||
|
<output-path>$PROJECT_DIR$/out/artifacts/src_war_exploded</output-path> |
||||||
|
<root id="root"> |
||||||
|
<element id="javaee-facet-resources" facet="src/web/Web" /> |
||||||
|
<element id="directory" name="WEB-INF"> |
||||||
|
<element id="directory" name="classes"> |
||||||
|
<element id="module-output" name="src" /> |
||||||
|
</element> |
||||||
|
</element> |
||||||
|
</root> |
||||||
|
</artifact> |
||||||
|
</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,9 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="ProjectModuleManager"> |
||||||
|
<modules> |
||||||
|
<module fileurl="file://$PROJECT_DIR$/_mind_.iml" filepath="$PROJECT_DIR$/_mind_.iml" /> |
||||||
|
<module fileurl="file://$PROJECT_DIR$/mian/mian.iml" filepath="$PROJECT_DIR$/mian/mian.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,9 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<module type="WEB_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,23 @@ |
|||||||
|
<?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> |
||||||
|
</component> |
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true"> |
||||||
|
<exclude-output /> |
||||||
|
<content url="file://$MODULE_DIR$"> |
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> |
||||||
|
</content> |
||||||
|
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" /> |
||||||
|
<orderEntry type="sourceFolder" forTests="false" /> |
||||||
|
</component> |
||||||
|
</module> |
||||||
@ -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> |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
<%-- |
||||||
|
Created by IntelliJ IDEA. |
||||||
|
User: admin |
||||||
|
Date: 2022/4/22 |
||||||
|
Time: 11:04 |
||||||
|
To change this template use File | Settings | File Templates. |
||||||
|
--%> |
||||||
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<title>$Title$</title> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
$END$ |
||||||
|
</body> |
||||||
|
</html> |
||||||
Loading…
Reference in new issue