Visit my blog or connect with me on Twitter
git init
or
Visit my blog or connect with me on Twitter
git init
or
application { | |
config { | |
baseName store, | |
applicationType gateway, | |
packageName com.jhipster.demo.store, | |
serviceDiscoveryType eureka, | |
authenticationType jwt, | |
prodDatabaseType mysql, | |
cacheProvider hazelcast, | |
buildTool gradle, |
application { | |
config { | |
baseName store, | |
applicationType gateway, | |
packageName com.jhipster.demo.store, | |
serviceDiscoveryType eureka, | |
authenticationType jwt, | |
prodDatabaseType mysql, | |
cacheProvider hazelcast, | |
buildTool gradle, |
application { | |
config { | |
baseName store | |
applicationType gateway | |
packageName com.jhipster.demo.store | |
serviceDiscoveryType no | |
authenticationType jwt | |
prodDatabaseType mysql | |
cacheProvider hazelcast | |
buildTool gradle |
application { | |
config { | |
baseName store | |
applicationType gateway | |
packageName com.jhipster.demo.store | |
serviceDiscoveryType eureka | |
authenticationType jwt | |
prodDatabaseType mysql | |
cacheProvider hazelcast | |
buildTool gradle |
application { | |
config { | |
baseName store | |
applicationType gateway | |
packageName com.jhipster.demo.store | |
serviceDiscoveryType no | |
authenticationType jwt | |
prodDatabaseType mysql | |
cacheProvider hazelcast | |
buildTool gradle |
application { | |
config { | |
baseName store | |
applicationType gateway | |
packageName com.jhipster.demo.store | |
serviceDiscoveryType no | |
authenticationType jwt | |
prodDatabaseType mysql | |
cacheProvider hazelcast | |
buildTool gradle |
application { | |
config { | |
baseName store | |
applicationType gateway | |
packageName com.okta.developer.store | |
serviceDiscoveryType no | |
authenticationType jwt | |
prodDatabaseType postgresql | |
cacheProvider hazelcast | |
buildTool gradle |
code --install-extension QassimFarid.ejs-language-support | |
code --install-extension SirTori.indenticator | |
code --install-extension TimonVS.ReactSnippetsStandard | |
code --install-extension TwentyChung.jsx | |
code --install-extension abusaidm.html-snippets | |
code --install-extension asvetliakov.move-imports | |
code --install-extension aws-scripting-guy.cform | |
code --install-extension bierner.markdown-preview-github-styles | |
code --install-extension ccitiriga.TSMethodCreator | |
code --install-extension christian-kohler.npm-intellisense |
export TERM="xterm-256color" # This sets up colors properly | |
# workaround as per https://superuser.com/questions/1222867/zsh-completion-functions-broken | |
FPATH=$HOME/.oh-my-zsh/plugins/git:$HOME/.oh-my-zsh/functions:$HOME/.oh-my-zsh/completions:/usr/share/zsh/site-functions:/usr/share/zsh/$ZSH_VERSION/functions | |
export FPATH | |
# set shell | |
export SHELL=/usr/bin/zsh |