Questions tagged as 'spring-rest'

1
answer

Spring Rest - Use of various Services and Repositories

I have a question about the best way to implement some services with Spring Rest , but I could not find material for this case: Let's say I have a service for making a release ( LancamentoService ). This service launches, updates the balance...
asked by 17.10.2018 / 18:36
2
answers

SpringData paging with PageImpl the size does not work

I created a method inside a service class to generate a paged product list using SpringData (Java Spring Rest application), follow the code: public Page<ProdutoDTOVendedor> listarProdutos(String descricao, Boolean disponivel,...
asked by 20.10.2018 / 06:13