log-slf4j

This commit is contained in:
wangjinlei
2023-11-22 10:45:21 +08:00
parent 825bed5187
commit 57641b2e2a
93 changed files with 198 additions and 72 deletions

View File

@@ -6,13 +6,14 @@ import com.peanut.common.utils.R;
import com.peanut.modules.book.entity.UserAddress;
import com.peanut.modules.book.service.UserAddressService;
import com.peanut.modules.book.vo.UserAddressVo;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayList;
import java.util.List;
@Slf4j
@RestController
@RequestMapping("book/userAddress")
public class UserAddressController {