-
Securing Spring Boot with JWTs: Learn how to set up a Spring Boot project using Java, and secure it with JWTs.
-
We will cover the concept of HTTP protocol, servlets, web services, REST and JSON.
-
2017-Spring Boot 的自动配置:随着 Ruby、Groovy 等动态语言的流行,相比较之下 Java 的开发显得格外笨重。繁多的配置、低下的开发效率、复杂的部署流程以及第三方技术集成难度大等问题一直被人们所诟病。随着 Spring 家族中的新星 Spring Boot 的诞生,这些问题都在逐渐被解决。
-
2017-Docker + Spring Boot Microservice (with Gradle): Step-by-step tutorial on how to create a Spring Boot Microservice and wrap it up using Docker for simple, better and safer deployments of redundant APIs.
- 2018-The "REST with Spring" Classes #Course#: This project is a collection of small and focused tutorials - each covering a single and well defined area of development in the Java ecosystem. A strong focus of these is, of course, the Spring Framework - Spring, Spring Boot and Spring Securiyt. In additional to Spring, the following technologies are in focus: core Java, Jackson, HttpClient, Guava.
-
浅入浅出 Java Web #Series#: 浅入浅出 Java Web
-
2016-Spring Boot For Beginners #Series#: In this course, you will learn the cool things about Spring Boot and Spring Boot Starter Projects. We will develop a basic REST Service to manage questions of a survey.
- 2017-Sprint Boot 完整教程 #Series#: 从功能性的角度开始讲解 Spring Boot 的用户,层层递进。全教程分为两个等级初级和高级,完美讲述了 Spring Boot 在开发过程中的使用。
-
2017-Zen and the Art of Unit Testing: In this blog post we will concern ourselves with unit testing of classic 3-layer business applications.
-
2017-Spring Boot metrics monitoring using Prometheus & Grafana: In this post we'll discuss how to achieve the same goal, using another open source stack: Prometheus and Grafana.
-
2018-SpringBoot 2 performance — servlet stack vs WebFlux reactive stack: The intent of this experiment to compare the traditional servlet stack vs the reactive stack by capturing their performance under load.
-
Usage of Swagger 2.0 in Spring Boot Applications to document APIs
-
Setting Up Swagger 2 with a Spring REST API: In this tutorial, we will look at Swagger 2 for a Spring REST web service. For this article, we will use the Springfox implementation of the Swagger 2 specification.
- 2018-Spring JDBC: In this article, we’ll go through practical use cases of the Spring JDBC module.
-
2018-Testing in Spring Boot: In this article, we’ll have a look at writing tests using the framework support in Spring Boot.
-
2018-Unit and Integration Tests in Spring Boot: Learn how to write unit and integration tests in a Spring Boot environment and the tools to facilitate this in this tutorial.
- 2018-Security with Spring #Series#: The Security with Spring tutorials focus, as you'd expect, on Spring Security. Get started with the Registration series if you're interested in building a registration flow, and understanding some of the frameworks basics. Then, explore the topics you're most interested in, related to security. Finally, have a look at some of the more advanced topics, such as the OAuth support.
- Spring Security Series #Series#: With the latest Spring Security release, a lot has changed. One of those changes is how we can handle password encoding in our applications.
- 2017-Spring Boot Security Jwt Authentication: In this post we will be securing our REST APIs with JWT(JSOn Web Token) authentication. We will be using spring boot maven based configuration to develop and secure our APIs with seperate API for signup and generate token.
- 2017-基于 Netty 的 Spring Boot 内置 Servlet 容器的实现 #Series#: Spring Boot 有 Tomcat、Jetty 和 undertow 三种内置 Servlet 容器,默认使用 Tomcat。一般来说已经够用了,但当 Spring Boot 用于高并发微服务的时候,可能并不够用,而且 tomcat 的资源占用在这种情况下说不上轻量化了。于是萌生了自己实现一个 Spring Boot 的 Netty Servlet 容器的想法。
- 2018-徒手撸框架–实现 IoC: Spring 作为 J2ee 开发事实上的标准,是每个 Java 开发人员都需要了解的框架。但是 Spring 的 IoC 和 Aop 的特性,对于初级的 Java 开发人员来说还是比较难于理解的。所以我就想写一系列的文章给大家讲解这些特性。从而能够进一步深入了解 Spring 框架。