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
相关文章
相关标签/搜索