feat(Java_SpringExample): AspectJ代码提交,代码报错未解决

This commit is contained in:
huangzj
2020-05-26 21:57:55 +08:00
parent 456f0be8b5
commit e65411be30
24 changed files with 852 additions and 18 deletions
+13
View File
@@ -0,0 +1,13 @@
package service;
/**
* Created by Administrator on 2017/7/18.
* @author 志军
*/
public interface MainService {
String testAopParam(int a);
void testAop();
}