How To Solve Eclipse Building Workspace Too Slow Problem

When you develop a java project using eclipse, you may find that the eclipse project runs so slowly, this can even stop your work, you can do nothing but wait for the eclipse project to build or download maven jar files to complete. Why is eclipse so slow when building a workspace? This article will […]

How To Solve Eclipse Building Workspace Too Slow Problem Read More »

How To Create, Debug Java Project In Visual Studio Code

Visual studio code is an open-source lightweight code editor provided by Microsoft. It can startup very quickly. It can support any coding language development and debug through its extension. There are so many extensions in the visual studio code marketplace. In single words, visual studio code is not a java IDE, but it can be

How To Create, Debug Java Project In Visual Studio Code Read More »

How To Read External Properties File In Spring Using PropertyPlaceholderConfigurer

If you want to save configuration data in an external properties file, and then read them in the spring application, you can use PropertyPlaceholderConfigurer class. This class has a location attribute where you can specify the external properties file location. It then can read the data from the external properties file, and you can use

How To Read External Properties File In Spring Using PropertyPlaceholderConfigurer Read More »

How To Install ShadowSocks On Google Cloud Linux

This article will tell you how to install the ShadowSocks server in the google cloud Linux server (Ubuntu) and how to connect it from your local machine. But before you can exercise, you should have a google account and have applied google cloud service, please see this article’s reference section to learn how to do

How To Install ShadowSocks On Google Cloud Linux Read More »

How To Setup ShadowSocks VPN On Mac, Windows And Linux

ShadowSocks is used to encrypt the data between client and server communication. ShadowSocks server is a proxy server that will communicate with ShadowSocks client use the specified encryption method. It is not a VPN, but it can act like a VPN to protect you by encrypting your internet data. So this article will tell you

How To Setup ShadowSocks VPN On Mac, Windows And Linux Read More »