This post describes how to profile a Spring Boot web application with JConsole(the default profiling tool provided by JDK).
马蜂窝:记一次极差的售后经历
Spring Boot logging at "/tmp"
Today I find an issue when running a Spring Boot web application: the web app generates logging files at the “/tmp” directory which consumes a lot of storage. I didn’t set this. Why?
From Octopress to Hexo
htop
Here are some useful tips when using “htop”.
Update Git commit Author and Email
Field injection is not recommended
In IntelliJ IDEA I get this warning message regarding the “@Autowired” field: “Field injection is not recommended”. Why?
How to use SSH public key authentication
Using SSH public key anthentication makes the SSH login process securer and easier, that you don’t need to remember the password.
From here.