|
@@ -19,6 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
@@ -28,6 +29,7 @@ import java.util.Date;
|
|
|
* @time: 2018/8/30 10:12
|
|
|
*/
|
|
|
@RestController
|
|
|
+@ApiIgnore
|
|
|
@RequestMapping("/log")
|
|
|
public class SysLogController {
|
|
|
|