更改名称
parent
f7feb0b1ac
commit
7880c820f5
|
@ -6,7 +6,7 @@
|
|||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="demo11" />
|
||||
<module name="One" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
|
|
|
@ -2,13 +2,8 @@ package com.bwie.controller;
|
|||
|
||||
import com.bwie.aop.RepeatEnum;
|
||||
import lombok.extern.log4j.Log4j2;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
@Log4j2
|
||||
@RestController
|
||||
@RequestMapping("/test")
|
||||
|
|
Loading…
Reference in New Issue