mirror of
https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
synced 2025-07-18 07:49:25 +00:00
Refactor module "server" -> structure de webapp
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<artifactId>server</artifactId>
|
||||
|
||||
|
@ -16,7 +16,7 @@ public class ServerStateService {
|
||||
this.serverState = new ServerState();
|
||||
|
||||
//TODO config adresse IP
|
||||
//this.server.setAddress(...);
|
||||
//this.com.pqt.server.setAddress(...);
|
||||
|
||||
this.server.setLastUpdate(new Date());
|
||||
}
|
0
Workspace/server/src/main/WEB-INF/web.xml
Normal file
0
Workspace/server/src/main/WEB-INF/web.xml
Normal file
Reference in New Issue
Block a user