摘要: 1.在pom.xml中添加热部署依赖 <!-- 热部署 --> <!-- devtools可以实现页面热部署(即页面修改后会立即生效, 这个可以直接在application.properties文件中配置spring.thymeleaf.cache=false来实现) --> <!-- 实现类文件热 阅读全文
posted @ 2019-11-07 20:45 Curedfisher 阅读(2612) 评论(0) 推荐(0) 编辑
摘要: 特别详细的MQ消息队列的介绍: URL地址:https://blog.csdn.net/HD243608836/article/details/80217591 阅读全文
posted @ 2019-11-07 17:00 Curedfisher 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 转载URL地址: https://blog.csdn.net/qq_40434646/article/details/89300724 阅读全文
posted @ 2019-11-07 16:22 Curedfisher 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1.Web服务器专门处理HTTP请求(request),但是应用程序服务器是通过很多协议来为应用程序提供(serves)商业逻辑(business logic) 2.WebSphere Application Server 是一种功能完善、开放的Web应用程序服务器,是IBM电子商务计划的核心部分; 阅读全文
posted @ 2019-11-07 14:58 Curedfisher 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1.类目录 2.LatchTest.java类 package com.test; import java.util.concurrent.CountDownLatch; public class LatchTest { static Runnable taskTemp = new Runnable 阅读全文
posted @ 2019-11-07 10:16 Curedfisher 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml文件引入依赖如下: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j</artifactId> <version>1.3.8.RELEASE< 阅读全文
posted @ 2019-11-07 10:01 Curedfisher 阅读(5448) 评论(0) 推荐(0) 编辑
摘要: 1.报错原因: Description Resource Path Location TypeCannot change version of project facet Dynamic Web Module to 2.5. sxnx-sms line 1 Maven Java EE Configu 阅读全文
posted @ 2019-11-07 08:04 Curedfisher 阅读(3409) 评论(0) 推荐(0) 编辑