摘要:
1、添加热部署的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 2、热部署功能按住快捷键:ctrl + F9 阅读全文
posted @ 2021-06-22 23:59
shunnWcs
阅读(74)
评论(0)
推荐(0)
摘要:
1、使用docker(docker-compose) 去安装zookeeper version: '3.1' services: zookeeper: restart: always image: zookeeper container_name: zookeeper ports: - 2181:2 阅读全文
posted @ 2021-06-22 16:00
shunnWcs
阅读(77)
评论(0)
推荐(0)
摘要:
1、添加springSecurity的依赖 <properties> <java.version>1.8</java.version> <thymeleaf.version>3.0.9.RELEASE</thymeleaf.version> <thymeleaf-layout-dialect.ver 阅读全文
posted @ 2021-06-22 01:21
shunnWcs
阅读(325)
评论(0)
推荐(0)
摘要:
1、SpringBoot整合异步任务 2、SpringBoot整合定时任务 3、SpringBoot发送邮件任务,添加mail的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st 阅读全文
posted @ 2021-06-22 00:22
shunnWcs
阅读(76)
评论(0)
推荐(0)

浙公网安备 33010602011771号