A friendly guide to creating JAX-RS Jersey Java EE RESTful web applications in IntelliJ IDEA Ultimate Edition
Ensure you have an application server installed and configured in IntelliJ IDEA (tested with Tomcat 9.0.26 and Glassfish 5.0.0)
[core] | |
longpaths = true | |
autocrlf = false | |
[alias] | |
cm = commit -m | |
cam = commit -am | |
rpo = remote prune origin | |
rpof = !git remote prune origin && git fetch | |
g = log --graph --pretty=oneline --abbrev-commit | |
st = status |