Skip to content

Instantly share code, notes, and snippets.

View sats17's full-sized avatar
:octocat:
alive

Satish Kumbhar sats17

:octocat:
alive
View GitHub Profile

=======================================================================================================

                    All-about-reactive-programming-java

=======================================================================================================

## dependency
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.8</version>
</dependency>
## plugin
<plugin>
<groupId>io.swagger</groupId>

############################################################################################################ ################## ############################# ################## #############################

              This Gist collection contains all scripts for python

################## ############################# ################## ############################# ############################################################################################################

@sats17
sats17 / consul-cheatsheet.md
Last active December 23, 2024 06:36
Contains cheetsheet for consul
  1. Start consul cluster -

consul agent -server -bootstrap-expect=1 -data-dir=consul-data -ui -bind=127.0.0.1

  1. put key-values

consul kv put config/key value

  1. get key-values -

consul kv get config/key

  1. get keys from consul with host and acl-token(Your own hosted consul) -

############################################################################################################ ################## ############################# ################## #############################

              This Gist collection contains all localstack related examples

################## ############################# ################## ############################# ############################################################################################################