@Service // 跟Spring說要管理這個class public class ExampleService { public String sayHello(String word){ return "Hello " + word +" !"; } }.
確定! 回上一頁