Commit ff678a35 by 陶光胜

init

parent 5a638aca
...@@ -15,7 +15,7 @@ import org.springframework.stereotype.Service; ...@@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
@Service("testService") @Service("testService")
public class TestServiceImpl implements TestService { public class TestServiceImpl implements TestService {
/** /**
* test * test
* @Title: test * @Title: test
* @Description: * @Description:
* @author taogs * @author taogs
...@@ -24,6 +24,6 @@ public class TestServiceImpl implements TestService { ...@@ -24,6 +24,6 @@ public class TestServiceImpl implements TestService {
*/ */
@Override @Override
public void test() { 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