Revert "BAEL-4134"
This commit is contained in:
committed by
GitHub
parent
dffa1f64e6
commit
485b4e3e99
@@ -8,7 +8,7 @@ This module contains articles about test libraries.
|
||||
- [Introduction to JSONassert](https://www.baeldung.com/jsonassert)
|
||||
- [Serenity BDD and Screenplay](https://www.baeldung.com/serenity-screenplay)
|
||||
- [Serenity BDD with Spring and JBehave](https://www.baeldung.com/serenity-spring-jbehave)
|
||||
- [Introduction to Awaitlity](https://www.baeldung.com/awaitlity-testing)
|
||||
- [Introduction to Awaitility](https://www.baeldung.com/awaitlity-testing)
|
||||
- [Introduction to Hoverfly in Java](https://www.baeldung.com/hoverfly)
|
||||
- [Testing with Hamcrest](https://www.baeldung.com/java-junit-hamcrest-guide)
|
||||
- [Introduction To DBUnit](https://www.baeldung.com/java-dbunit)
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
package com.baeldung.serenity.spring;
|
||||
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
@Scope("prototype")
|
||||
public class AdderService {
|
||||
|
||||
private int num;
|
||||
|
||||
Reference in New Issue
Block a user