File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
spitter-web-aop2/src/main/java/com/vonzhou/spitter/aspect Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 5
5
import org .aspectj .lang .annotation .Aspect ;
6
6
import org .slf4j .Logger ;
7
7
import org .slf4j .LoggerFactory ;
8
+ import org .springframework .stereotype .Component ;
8
9
import org .springframework .web .multipart .support .DefaultMultipartHttpServletRequest ;
9
10
10
11
import javax .servlet .http .HttpServletRequest ;
11
12
12
13
/**
13
14
* Created by vonzhou on 16/7/22.
14
15
*/
16
+ @ Component
15
17
@ Aspect
16
18
public class SpittleAspect {
17
19
private static final Logger logger = LoggerFactory .getLogger (SpittleAspect .class );
Original file line number Diff line number Diff line change 29
29
<artifactId >aspectjweaver</artifactId >
30
30
<version >1.8.9</version >
31
31
</dependency >
32
-
33
- <dependency >
34
- <groupId >aopalliance</groupId >
35
- <artifactId >aopalliance</artifactId >
36
- <version >1.0</version >
37
- </dependency >
38
-
39
-
40
32
<dependency >
41
33
<groupId >junit</groupId >
42
34
<artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments