java
java
nvguiyachuang
You can like the life you're living. You can live the life you like.
展开
-
ExceptionAdvice
DefaultExceptionAdvice 使用ControllerAdvice使其生效 package com.xx.common.exception; import com.xx.common.core.domain.Result; import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; i...原创 2020-04-06 10:13:19 · 715 阅读 · 0 评论 -
java线程池的一些概念
package com.hello.world.mock.test; import com.google.common.util.concurrent.ThreadFactoryBuilder; import org.apache.commons.lang3.concurrent.BasicThreadFactory; import org.junit.Test; import java.ut...原创 2020-04-08 17:11:43 · 171 阅读 · 0 评论