928255095
2019-04-13 02b542d87da1e6cd539bfe9d34b3b2dc2f103cdf
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());
    }
}