Skip to content

Code Snippets of configuration files for maven or vanilla java project

Notifications You must be signed in to change notification settings

JerryMXB/CodeSnippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CodeSnippet

This repo contains some basic code snippets to start a maven or vanilla java project.

Maven

Fat-jar

Pom.xml which uses java 1.8, and will generate a fat-jar in target path

Vertx

Pom.xml which uses java 1.8, and it builds a fat-jar which can be easily deployed.

Log4j2

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

About

Code Snippets of configuration files for maven or vanilla java project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published