Explorar el Código

新增并发处理模块

周浩 hace 9 años
padre
commit
4ae0eb44e9
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  1. 18 0
      hsweb-web-concurrent/pom.xml

+ 18 - 0
hsweb-web-concurrent/pom.xml

@@ -0,0 +1,18 @@
+<?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>hsweb-framework</artifactId>
+        <groupId>org.hsweb</groupId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <packaging>pom</packaging>
+    <artifactId>hsweb-web-concurrent</artifactId>
+    <modules>
+        <module>hsweb-web-concurrent-cache</module>
+        <module>hsweb-web-concurrent-lock</module>
+    </modules>
+
+</project>