摘要:
1、idea修改项目,模块名称以及项目 2、idea项目名后出现中括号别名 阅读全文
摘要:
springboot tomcat的配置选项大全 server. Port = xxxx server. Address = server. contextPath = server. displayName = server. servletPath = server. contextParame 阅读全文
摘要:
我们在使用springboot(版本:2.0.3.RELEASE)开发web项目时,大多数时候采用的是内置的Tomcat(当然也可以配置支持内置的jetty),内置Tomcat有什么好处呢? 1、方便微服务部署,减少繁杂的配置 2、方便项目启动,不需要单独下载web容器,如Tomcat,jetty等 阅读全文
摘要:
原文:https://springboot.io/t/topic/24 在一些业务场景中,我们希望在Redis的key过期时,得到通知。 Redis的配置修改conf文件notify-keyspace-events "Ex"该配置表示监听key的过期事件,默认未开启该配置的其他信息(可以监听N多事件 阅读全文