Spring4 -- Aspect

目錄結構: 1.Service: package com.service; public interface StudentService { public void addStudent(String name); } 2.impl: package com.service.impl; import com.service.StudentService; public class Student
相關文章
相關標籤/搜索