Merge pull request #9631 from alimate/BAEL-2761

BAEL-2761: Fixing the Concurrency Issue
This commit is contained in:
Eric Martin
2020-07-02 23:23:41 -05:00
committed by GitHub

View File

@@ -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;