Skip to content

Instantly share code, notes, and snippets.

View atomfrede's full-sized avatar

Frederik Hahne atomfrede

View GitHub Profile
application {
config {
baseName store
applicationType gateway
packageName com.mhipster.demo.store
serviceDiscoveryType consul
authenticationType oauth2
prodDatabaseType postgresql
cacheProvider no
buildTool gradle
@atomfrede
atomfrede / command.md
Created May 9, 2017 19:30
Git Workshop

git init

git clone https://github.com/atomfrede/potential-broccoli

Keybase proof

I hereby claim:

  • I am atomfrede on github.
  • I am atomfrede (https://keybase.io/atomfrede) on keybase.
  • I have a public key ASABiIy6UpKOR3U2FRq0mT_N_ljpkRqAKHUU6ZzLtH4ceQo

To claim this, I am signing this object:

@atomfrede
atomfrede / plugin.properties
Last active March 20, 2019 14:17
SSJ Plugin for GroIMP
pluginName = SSJ Functions
provider = com.github.cbsti
thirdparty.list = ssj
thirdparty.ssj.Name = SSJ: Stochastic Simulation in Java 2.6
thirdparty.ssj.Copy = Copyright (C) 2008 Pierre L'Ecuyer and Université de Montréal
thirdparty.ssj.License = GPL
thirdparty.ssj.URL = http://www.iro.umontreal.ca/~simardr/ssj/indexe.html
@atomfrede
atomfrede / _build.gradle
Created October 19, 2015 16:12
Add spring social to jhipster gradle
<% if (enableSocialSignIn) { %>
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: httpclient_version
compile group: 'org.springframework.social', name: 'spring-social-security', version: spring_social_security_version
compile group: 'org.springframework.social', name: 'spring-social-google', version: spring_social_google_version
compile group: 'org.springframework.social', name: 'spring-social-facebook', version: spring_social_facebook_version
compile group: 'org.springframework.social', name: 'spring-social-twitter', version: spring_social_twitter_version
<% } %>