|
@@ -9,6 +9,15 @@
|
|
9
|
<webroots />
|
9
|
<webroots />
|
|
10
|
</configuration>
|
10
|
</configuration>
|
|
11
|
</facet>
|
11
|
</facet>
|
|
|
|
12
|
+ <facet type="jpa" name="JPA">
|
|
|
|
13
|
+ <configuration>
|
|
|
|
14
|
+ <setting name="validation-enabled" value="true" />
|
|
|
|
15
|
+ <datasource-mapping>
|
|
|
|
16
|
+ <factory-entry name="depot-business" />
|
|
|
|
17
|
+ </datasource-mapping>
|
|
|
|
18
|
+ <naming-strategy-map />
|
|
|
|
19
|
+ </configuration>
|
|
|
|
20
|
+ </facet>
|
|
12
|
</component>
|
21
|
</component>
|
|
13
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
22
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
|
14
|
<output url="file://$MODULE_DIR$/target/classes" />
|
23
|
<output url="file://$MODULE_DIR$/target/classes" />
|
|
@@ -40,6 +49,10 @@
|
|
40
|
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.32" level="project" />
|
49
|
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.32" level="project" />
|
|
41
|
<orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.11.Final" level="project" />
|
50
|
<orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.11.Final" level="project" />
|
|
42
|
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" />
|
51
|
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" />
|
|
|
|
52
|
+ <orderEntry type="library" name="Maven: org.openjfx:javafx.base:11.0.0-SNAPSHOT" level="project" />
|
|
|
|
53
|
+ <orderEntry type="library" name="Maven: org.openjfx:javafx.base:linux:11.0.0-SNAPSHOT" level="project" />
|
|
|
|
54
|
+ <orderEntry type="library" name="Maven: org.openjfx:javafx.base:mac:11.0.0-SNAPSHOT" level="project" />
|
|
|
|
55
|
+ <orderEntry type="library" name="Maven: org.openjfx:javafx.base:win:11.0.0-SNAPSHOT" level="project" />
|
|
43
|
<orderEntry type="library" name="Maven: org.springframework:spring-web:5.0.8.RELEASE" level="project" />
|
56
|
<orderEntry type="library" name="Maven: org.springframework:spring-web:5.0.8.RELEASE" level="project" />
|
|
44
|
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.0.8.RELEASE" level="project" />
|
57
|
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.0.8.RELEASE" level="project" />
|
|
45
|
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.0.8.RELEASE" level="project" />
|
58
|
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.0.8.RELEASE" level="project" />
|