Commit ff678a35 by 陶光胜

init

parent 5a638aca
......@@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
@Service("testService")
public class TestServiceImpl implements TestService {
/**
* test
* test
* @Title: test
* @Description:
* @author taogs
......@@ -24,6 +24,6 @@ public class TestServiceImpl implements TestService {
*/
@Override
public void test() {
System.out.println("true = " + true);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment