Skip to content

Commit

Permalink
Add anotação @service
Browse files Browse the repository at this point in the history
  • Loading branch information
Muriloabreu committed Apr 29, 2023
1 parent 7057b03 commit 280ccb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
import java.util.Optional;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import com.api.controleestoque.models.FornecedorModel;
import com.api.controleestoque.repositories.FornecedorRepository;

import jakarta.transaction.Transactional;

@Service
public class FornecedorServiceImpl implements FornecedorService{

@Autowired
Expand Down

0 comments on commit 280ccb4

Please sign in to comment.