提交 8727363e 编写于 作者: 冰 河's avatar 冰 河

提交第1章的代码

上级 18ba7287
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>mykit-consurrent-chapter01</artifactId> <artifactId>mykit-concurrent-chapter01</artifactId>
<build> <build>
<plugins> <plugins>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<manifest> <manifest>
<addClasspath>true</addClasspath> <addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix> <classpathPrefix>lib/</classpathPrefix>
<mainClass>io.binghe.consurrent.chapter01.ProcessThreadTest</mainClass> <mainClass>io.binghe.concurrent.chapter01.ProcessThreadTest</mainClass>
</manifest> </manifest>
</archive> </archive>
</configuration> </configuration>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package io.binghe.consurrent.chapter01; package io.binghe.concurrent.chapter01;
/** /**
* @author binghe * @author binghe
......
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
</plugins> </plugins>
</build> </build>
<modules> <modules>
<module>mykit-consurrent-chapter01</module> <module>mykit-concurrent-chapter01</module>
</modules> </modules>
</project> </project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册