Skip to content

Instantly share code, notes, and snippets.

# Set magic variables for current file, directory, os, etc.
# shellcheck disable=SC2034,SC2086
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC2034,SC2086
__file="${__dir}/$(basename "${BASH_SOURCE[0]}")"
# shellcheck disable=SC2034,SC2086
__base="$(basename ${__file} .sh)"
# Define the environment variables (and their defaults) that this script depends on
export LOG_LEVEL="${LOG_LEVEL:-6}" # 7 = debug -> 0 = emergency
package com.grovo.hris_integration.core.domain
import org.apache.commons.lang.builder.ToStringBuilder
import org.apache.commons.lang.builder.ToStringStyle
case class Account(id: UUID,
revisionNumber: Int,
username: String,
enterpriseId: UUID,
employeeId: String,

Keybase proof

I hereby claim:

  • I am JosephViolago on github.
  • I am jviolago (https://keybase.io/jviolago) on keybase.
  • I have a public key whose fingerprint is D817 8310 0F6F 52EC 9FF3 DAC3 5D3D DA5F 6A62 B96B

To claim this, I am signing this object: