[JAVA-8355] Move article code to spring-testing-2 module
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package com.baeldung.testexecutionlisteners;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
public class AdditionService {
|
||||
public int add(int a, int b) {
|
||||
return a + b;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user