Skip to content

Instantly share code, notes, and snippets.

View AmiralBl3ndic's full-sized avatar
🎸

Camille Briand AmiralBl3ndic

🎸
  • Fungiball
  • Paris
  • 14:24 (UTC +02:00)
View GitHub Profile
@AmiralBl3ndic
AmiralBl3ndic / A friendly guide to creating JAX-RS Jersey Java EE RESTful web applications in IntelliJ IDEA Ultimate Edition.md
Last active February 25, 2024 17:21
A friendly guide to creating JAX-RS Jersey Java EE RESTful web applications in IntelliJ IDEA Ultimate Edition

A friendly guide to creating JAX-RS Jersey Java EE RESTful web applications in IntelliJ IDEA Ultimate Edition

Before you start

Ensure you have an application server installed and configured in IntelliJ IDEA (tested with Tomcat 9.0.26 and Glassfish 5.0.0)

Project creation

Creating a project in IntelliJ IDEA Ultimate Edition

@AmiralBl3ndic
AmiralBl3ndic / .gitconfig
Created March 14, 2021 13:18
Base Git config for CLI usage
[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