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()); } }