摘要: 1.简介 1.1 概述 A typical Spring Boot starter contains code to auto-configure and customize the infrastructure of a given technology, let’s call that "acm 阅读全文
posted @ 2020-08-02 22:30 Soulballad 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Spring MVC uses the HttpMessageConverter interface to convert HTTP requests and responses. Sensible defaults are included out of the box. 阅读全文
posted @ 2020-08-02 22:28 Soulballad 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 In WebFlux.fn, an HTTP request is handled with a HandlerFunction: a function that takes ServerRequest and returns a delayed ServerResponse 阅读全文
posted @ 2020-08-02 22:27 Soulballad 阅读(1496) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Spring WebFlux is the new reactive web framework introduced in Spring Framework 5.0. Unlike Spring MVC, it does not require the Servlet AP 阅读全文
posted @ 2020-08-02 22:26 Soulballad 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 在实际项目中一般是一个数据源,但是在某些特殊场景可能需要多个数据源,这里以 spring boot jpa 为例演示一下多数据源的配置和使用。 2.演示环境 JDK 1.8.0_201 Spring Boot 2.2.0.RELEASE 构建工具(apache maven 3 阅读全文
posted @ 2020-08-02 22:24 Soulballad 阅读(258) 评论(0) 推荐(0) 编辑