
springboot
文章平均质量分 81
Tracyclock
这个作者很懒,什么都没留下…
展开
-
springboot中使用thymeleaf模板
整体步骤:1.在pom.xml中引入thymeleaf依赖,(Jan 30, 2017)的版本<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> <version>1.5.1.RELEASE</vers转载 2017-12-06 18:51:15 · 1008 阅读 · 0 评论 -
springboot集成rabbitmq(一)
1.pom文件<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency>2.application.ym文件mq.rabbit.h...原创 2018-02-08 11:26:17 · 557 阅读 · 0 评论 -
RedisTemplate的使用
https://www.jianshu.com/p/7bf5dc61ca06转载 2018-03-05 10:24:42 · 845 阅读 · 0 评论