更改名称

master
MKing 2023-10-07 15:31:42 +08:00
parent f7feb0b1ac
commit 7880c820f5
3 changed files with 1 additions and 6 deletions

View File

@ -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>

View File

View File

@ -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")