- 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: 69 | |
➕ Total Commits: 1,190 | |
🔀 Total PRs: 347 | |
🚩 Total Issues: 92 | |
📦 Contributed to: 13 |