1
0
鏡像自 https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git 已同步 2025-09-18 06:03:51 +00:00

Ajout module Server au workspace java

此提交包含在:
Notmoo
2017-07-24 19:22:32 +02:00
父節點 9c2c2a2acd
當前提交 32d6546147
共有 4 個檔案被更改,包括 19 行新增1 行删除

查看文件

@@ -8,12 +8,13 @@
<outputRelativeToContentRoot value="true" />
<module name="client" />
<module name="core" />
<module name="server" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="client" target="1.8" />
<module name="core" target="1.8" />
<module name="server" target="1.5" />
<module name="server" target="1.8" />
<module name="Workspace" target="1.8" />
</bytecodeTargetLevel>
</component>

查看文件

@@ -5,6 +5,7 @@
<module fileurl="file://$PROJECT_DIR$/Workspace.iml" filepath="$PROJECT_DIR$/Workspace.iml" />
<module fileurl="file://$PROJECT_DIR$/client/client.iml" filepath="$PROJECT_DIR$/client/client.iml" />
<module fileurl="file://$PROJECT_DIR$/core/core.iml" filepath="$PROJECT_DIR$/core/core.iml" />
<module fileurl="file://$PROJECT_DIR$/server/server.iml" filepath="$PROJECT_DIR$/server/server.iml" />
</modules>
</component>
</project>

查看文件

@@ -10,6 +10,7 @@
<modules>
<module>core</module>
<module>client</module>
<module>server</module>
</modules>
<packaging>pom</packaging>

15
Workspace/server/pom.xml 一般檔案
查看文件

@@ -0,0 +1,15 @@
<?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">
<parent>
<artifactId>Main</artifactId>
<groupId>com.pqt</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>server</artifactId>
</project>