发表评论取消回复
相关阅读
相关 SpringBoot之使用JPA
JPA Spring Data Jpa 介绍 Spring Data JPA是Spring基于Hibernate开发的一个JPA框架。如果用过Hibernate或...
相关 SpringBoot 之RestTemplate的使用
RestTemplate介绍 调用远程服务时就必须使用HTTP客户端,主要有四种:JDK原生的URLConnection、Apache的Http Client、Nett
相关 SpringBoot学习笔记之profile使用
1)、用法1:在resources下创建application.properties、application-dev.properties、application-produc
相关 SpringBoot学习笔记之Servlet使用
Springboot Servlet注册 1)、代码注册通过ServletRegistrationBean、 FilterRegistrationBean 和ServletL
相关 SpringBoot 2.x之使用Redis
网上大多数资料都是基于SpringBoot 1.x版本的,找了很多资料才适合基于2.x版本SpringBoot的redis整合。 依赖: <dependency>
相关 SpringBoot之Zuul使用
Zuul 是 Netflix 开源的微服务网关,Spring Cloud 对 Zuul 进行了整合和增强。在 SpringCloud 体系中,Zuul 担任着网关的角色,对发送
相关 SpringBoot之Controller使用
1.Controller的使用 ① @Controller 处理http请求 ② @RestController Spring4之后新加的注解,以前返回json 需要
相关 SpringBoot之使用jpa/hibernate
[2019独角兽企业重金招聘Python工程师标准>>> ][2019_Python_] ![hot3.png][] Springboot版本是2.1.3.RELEA
相关 springmvc转springboot之使用websocket
前几篇已经将项目转换成springboot了。发现还有websocket忘记配置了,现在简单配置一下保证可以使用先。 1、首先引入websocket的依赖 <!--
相关 springboot之thymeleaf使用详解
thymeleaf介绍 简单说, Thymeleaf 是一个跟 Velocity、FreeMarker 类似的模板引擎,它可以完全替代 JSP 。相较与其他的模板引擎,它
还没有评论,来说两句吧...