In this series of previous article, we implemented a Zuul-based Gateway and accessed the todo microservice through the Gateway. In this article, we will demonstrate how to implement a simple flow restriction function in Gateway.
Spring Cloud Tutorial - 3
In the previous article of this series, we transformed an ordinary Spring Boot project into a service in the Spring Cloud framework. In this article, we will implement a Gateway service in order to call the modified Todo service.
Spring Cloud Tutorial - 2
In this series of previous article, we practiced how to build a registration and discovery service. Now, we are going to practice registering a business service.
Spring Cloud Tutorial - 1
This tutorial aims to help readers complete the construction and use of the SpringCloud microservice system to help readers understand the concept of microservices in practice.
Setup Jellyfin on Ubuntu
Jellyfin is an open source streaming media server that can run on multiple platforms. It can be said to be a fully open source alternative to the well-known streaming media server Plex Server (Plex has many features that require a fee). This article simply records the process of installing Jellyfin in Ubuntu Server 18.04.
Enable the remote access of MariaDB in Synology NAS
Among the third-party packages supported on Synology NAS, there is an open source database system MariaDB that can be installed and used, but after the installation is complete, the default is remote that cannot be accessed remotely. This article simply records how to configure remote access in the local area network.
Install Native Java JDK on Apple Silicon M1 Mac
If you are using M1 Macbook or Mac mini computer, you must have noticed that Java from Oracle is not yet build for M1 Silicon chip yet! It only make use of Rosetta 2, you would see that the performance will take a hit.
How to build Rest Service with Spring Boot - A Step by Step Tutorial for Beginner - 2
In this series of , I showed you how to build a most basic and simple Rest API with Spring Boot. This time we continue to go deeper and add database functionality to the application.
How to build Rest Service with Spring Boot - A Step by Step Tutorial for Beginner - 1
Build a simple API service with Spring Boot. Feel the convenience, simplicity and efficiency of Spring Boot.
Solve the error of svn:E175002:Connection has been shutdown:SSLProtocolException
When using the SVN plug-in to access the SVN directory in Eclispe, you may encounter E175002. This error includes various situations where the svn client cannot connect to the server normally. Check the specific information. If it is similar: “”svn: E175002: handshake alert The SSLProtocolException error: unrecognized_name” may be related to the local JDK.