wuxw
2019-04-22 e36232928ba5b119c1917c86c6b2b1fa422c2260
LogService/src/test/java/com/java110/log/AppTest.java
@@ -1,5 +1,6 @@
package com.java110.log;
import com.java110.feign.code.ICodeApi;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
@@ -33,6 +34,7 @@
     */
    public void testApp()
    {
        assertTrue( true );
        //System.out.println(ICodeApi.class.getName());
    }
}