remove aop
This commit is contained in:
parent
dfe6871dc9
commit
3c07e49d05
|
|
@ -1 +1,2 @@
|
|||
/.idea/
|
||||
/target/
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
package com.zhangshu.chat.demo.controller;
|
||||
|
||||
import com.zhangshu.chat.demo.dto.AgoraEventDto;
|
||||
import com.zhangshu.chat.demo.dto.CommonResult;
|
||||
import com.zhangshu.chat.demo.service.EventService;
|
||||
import com.zhangshu.chat.demo.vo.LoginVo;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
|
|
|||
Loading…
Reference in New Issue