|
@@ -1,12 +1,17 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
|
<component name="FacetManager">
|
|
<component name="FacetManager">
|
|
|
|
+ <facet type="web" name="Web">
|
|
|
|
+ <configuration>
|
|
|
|
+ <webroots />
|
|
|
|
+ </configuration>
|
|
|
|
+ </facet>
|
|
<facet type="jpa" name="JPA">
|
|
<facet type="jpa" name="JPA">
|
|
<configuration>
|
|
<configuration>
|
|
<setting name="validation-enabled" value="true" />
|
|
<setting name="validation-enabled" value="true" />
|
|
<setting name="provider-name" value="Hibernate" />
|
|
<setting name="provider-name" value="Hibernate" />
|
|
<datasource-mapping>
|
|
<datasource-mapping>
|
|
- <factory-entry name="Entities" />
|
|
|
|
|
|
+ <factory-entry name="fast-boot" />
|
|
</datasource-mapping>
|
|
</datasource-mapping>
|
|
<naming-strategy-map />
|
|
<naming-strategy-map />
|
|
</configuration>
|
|
</configuration>
|
|
@@ -14,11 +19,6 @@
|
|
<facet type="Spring" name="Spring">
|
|
<facet type="Spring" name="Spring">
|
|
<configuration />
|
|
<configuration />
|
|
</facet>
|
|
</facet>
|
|
- <facet type="web" name="Web">
|
|
|
|
- <configuration>
|
|
|
|
- <webroots />
|
|
|
|
- </configuration>
|
|
|
|
- </facet>
|
|
|
|
</component>
|
|
</component>
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
|
<output url="file://$MODULE_DIR$/target/classes" />
|
|
<output url="file://$MODULE_DIR$/target/classes" />
|