摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> @RestController @Slf4j public 阅读全文
posted @ 2023-06-04 17:22 Mr_sven 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 添加ResourcesService,ResourcesServiceImpl,ResourcesDao和ResourcesDaoImpl类 public interface ResourcesDao { boolean readResources(String url, String passwo 阅读全文
posted @ 2023-06-04 16:37 Mr_sven 阅读(30) 评论(0) 推荐(0) 编辑
摘要: @RestController @Slf4j public class Thread04 { @Autowired private OrderManage orderManage; @GetMapping("addOrder") public String addOrder(){ log.info( 阅读全文
posted @ 2023-06-04 12:04 Mr_sven 阅读(11) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { ExecutorService executorService = Executors.newCachedThreadPool(); executorService.execute(new Runnable() { @ 阅读全文
posted @ 2023-06-04 09:25 Mr_sven 阅读(32) 评论(0) 推荐(0) 编辑