maven多模块分离

This commit is contained in:
jy.hu
2014-10-27 21:10:38 +08:00
parent 4cee4678af
commit cde0f75069
169 changed files with 1308 additions and 798 deletions
@@ -0,0 +1,13 @@
package com.weixin4j.qy;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}