Spring Cloud is one of the most popular Microservice Framework, can help us implement Microservice Architecture more easily.
Start up Spring Boot in Docker
Docker plays a vital role in the Devops world, it can help us to deliver applications more easily. This blog will show how to start up a Spring Boot application in Docker.
Conditional annotation in Spring Boot
Some people saied that Java is too old to use, but every few years there always will be a hero who will make Java brand new again. Last time it was Spring, this time Spring Boot. In this blog we will talk about the most important feature in Spring Boot: Conditional annotation.
How to design the interface elegantly
There are many factors we have to consider during disigning an interface, this blog will discuss these factors in regular and irregular ways.
Spring Boot - Support HTTP2&HTTPS
Nowadays, the common scenario for high-performance secure encryption for enterprise applications is to support both HTTP and HTTPS.
This blog will show you how to support HTTP and HPPTS with Spring Boot. Some of the Spring boot’s web containers can already supports HTTP2, this example used Undertow.