This repo contains some basic code snippets to start a maven or vanilla java project.
Pom.xml which uses java 1.8, and will generate a fat-jar in target path
Pom.xml which uses java 1.8, and it builds a fat-jar which can be easily deployed.
log4j2.xml is a configuration file which logs the messages to both console and a log file.
2018-05-28 11:46:06.029 [main] INFO com.chaoqunhuang.blog.Main - Server Starts