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

提交第1章的代码

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