This service create new players and add them to list.
@Service public class PlayerService { @Autowired private List playersList; @Autowired pri