log-slf4j
This commit is contained in:
@@ -13,6 +13,7 @@ import com.peanut.common.utils.R;
|
||||
import com.peanut.modules.sys.entity.SysAgreementEntity;
|
||||
import com.peanut.modules.sys.service.SysAgreementService;
|
||||
import com.peanut.modules.sys.service.SysLogService;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Controller;
|
||||
@@ -26,6 +27,7 @@ import java.util.Map;
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/sys/agreement")
|
||||
public class SysAgreementController {
|
||||
|
||||
Reference in New Issue
Block a user