Instantly share code, notes, and snippets.
Created
July 19, 2017 18:55
-
Star
(0)
0
You must be signed in to star a gist -
Fork
(0)
0
You must be signed in to fork a gist
-
Save SergeyAP/df0073278350da4fdba0b4e4c59681f8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="ArtifactManager"> | |
<artifact type="exploded-war" name="SocialNetwork:war exploded"> | |
<output-path>$PROJECT_DIR$/out/artifacts/SocialNetwork_war_exploded</output-path> | |
<root id="root"> | |
<element id="javaee-facet-resources" facet="SocialNetwork/web/Web" /> | |
<element id="directory" name="WEB-INF"> | |
<element id="directory" name="classes"> | |
<element id="module-output" name="SocialNetwork" /> | |
</element> | |
</element> | |
</root> | |
</artifact> | |
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="libraryTable"> | |
<library name="Hibernate 5.2.10-5.2.10" type="hibernate"> | |
<properties version="5.2.10" /> | |
<CLASSES> | |
<root url="jar://$PROJECT_DIR$/lib/classmate-1.3.0.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/hibernate-commons-annotations-5.0.1.Final.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/dom4j-1.6.1.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/antlr-2.7.7.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/jboss-logging-3.3.0.Final.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/hibernate-core-5.2.10.Final.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/jboss-transaction-api_1.2_spec-1.0.1.Final.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/jandex-2.0.3.Final.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/javassist-3.20.0-GA.jar!/" /> | |
</CLASSES> | |
<JAVADOC /> | |
<SOURCES /> | |
</library> | |
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="libraryTable"> | |
<library name="Spring-4.3.9.RELEASE" type="spring"> | |
<properties version="4.3.9.RELEASE" /> | |
<CLASSES> | |
<root url="jar://$PROJECT_DIR$/lib/spring-aspects-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-context-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-core-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-context-support-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-expression-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-aop-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-instrument-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-instrument-tomcat-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-beans-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-jms-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-messaging-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-jdbc-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-oxm-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/commons-logging-1.2.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/aopalliance-1.0.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-orm-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-tx-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-test-4.3.9.RELEASE.jar!/" /> | |
</CLASSES> | |
<JAVADOC /> | |
<SOURCES /> | |
</library> | |
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="libraryTable"> | |
<library name="Spring MVC-4.3.9.RELEASE" type="spring-mvc"> | |
<properties version="4.3.9.RELEASE" /> | |
<CLASSES> | |
<root url="jar://$PROJECT_DIR$/lib/spring-webmvc-portlet-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-websocket-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-web-4.3.9.RELEASE.jar!/" /> | |
<root url="jar://$PROJECT_DIR$/lib/spring-webmvc-4.3.9.RELEASE.jar!/" /> | |
</CLASSES> | |
<JAVADOC /> | |
<SOURCES /> | |
</library> | |
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="MavenProjectsManager"> | |
<option name="originalFiles"> | |
<list> | |
<option value="$PROJECT_DIR$/pom.xml" /> | |
</list> | |
</option> | |
</component> | |
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
<output url="file://$PROJECT_DIR$/out" /> | |
</component> | |
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ProjectModuleManager"> | |
<modules> | |
<module fileurl="file://$PROJECT_DIR$/SocialNetwork.iml" filepath="$PROJECT_DIR$/SocialNetwork.iml" /> | |
</modules> | |
</component> | |
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>org.socialnetwork</groupId> | |
<artifactId>SocialNetwork</artifactId> | |
<version>1.0-SNAPSHOT</version> | |
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="JAVA_MODULE" version="4"> | |
<component name="FacetManager"> | |
<facet type="hibernate" name="Hibernate"> | |
<configuration> | |
<datasource-map /> | |
<naming-strategy-map /> | |
</configuration> | |
</facet> | |
<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" inherit-compiler-output="true"> | |
<exclude-output /> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | |
</content> | |
<orderEntry type="inheritedJdk" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
<orderEntry type="library" name="Hibernate 5.2.10-5.2.10" level="project" /> | |
<orderEntry type="library" name="Spring-4.3.9.RELEASE" level="project" /> | |
<orderEntry type="library" name="Spring MVC-4.3.9.RELEASE" level="project" /> | |
</component> | |
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%-- | |
Created by IntelliJ IDEA. | |
User: Сергей | |
Date: 19.07.2017 | |
Time: 21:19 | |
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<beans xmlns="http://www.springframework.org/schema/beans" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> | |
<!--обычные бины--> | |
</beans> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<beans xmlns="http://www.springframework.org/schema/beans" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> | |
</beans> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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_3_1.xsd" | |
version="3.1"> | |
<context-param> | |
<param-name>contextConfigLocation</param-name> | |
<param-value>/WEB-INF/applicationContext.xml</param-value> | |
</context-param> | |
<listener> | |
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> | |
</listener> | |
<servlet> | |
<servlet-name>dispatcher</servlet-name> | |
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> | |
<load-on-startup>1</load-on-startup> | |
</servlet> | |
<servlet-mapping> | |
<servlet-name>dispatcher</servlet-name> | |
<url-pattern>*.form</url-pattern> | |
</servlet-mapping> | |
</web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment