Collection import org.springboot.model.Greeting; public interface GreetingService { Collection<Greeting> findAll(); Greeting findOne(Long ...
確定! 回上一頁