- Simple distributed lock for spring applications
- With Databases
- MySQLDistLock.kt
- PostgresDistLock.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: https://spec.openapis.org/oas/3.0/schema/WORK-IN-PROGRESS | |
$schema: http://json-schema.org/draft-04/schema# | |
description: The description of OpenAPI v3.0.x Documents | |
type: object | |
required: | |
- title | |
- type | |
properties: | |
title: | |
type: string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export LOCAL_PORT=1080 | |
export [email protected] | |
# sshλ₯Ό ν΅ν΄ SOCKS5 Proxyλ₯Ό λ°±κ·ΈλΌμ΄λμ μ€ν | |
ssh -fNq -D "$LOCAL_PORT" "$TARGET" | |
# SOCKS Proxy μ 보λ₯Ό λ‘컬μ κ΅¬μ± | |
export HTTPS_PROXY="socks5://localhost:$LOCAL_PORT" | |
# SOCKS Proxy ꡬμ±μ 보μ ν¨κ» kubectl λͺ λ Ήμ΄ μ€ν |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cat > req.conf <<EOF | |
[req] | |
prompt = no | |
x509_extensions = v3_req | |
distinguished_name = dn | |
[dn] | |
CN = querypie | |
[v3_req] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Morning 226 commits βββββββββββββββββββββ 18.1% | |
π Daytime 612 commits βββββββββββββββββββββ 49.0% | |
π Evening 381 commits βββββββββββββββββββββ 30.5% | |
π Night 29 commits βββββββββββββββββββββ 2.3% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β Total Stars: 80 | |
β Total Commits: 1,210 | |
π Total PRs: 354 | |
π© Total Issues: 94 | |
π¦ Contributed to: 10 |