I hereby claim:
- I am pierrebesson on github.
- I am pibesson (https://keybase.io/pibesson) on keybase.
- I have a public key ASDVDzZFF8NN-3jmM88hCHMTmdBsE0LEctJs_xBSOiqjZAo
To claim this, I am signing this object:
| @RestController | |
| @RequestMapping("registration") | |
| public class InstanceRegistrationResource { | |
| private final InstanceRegistrationService instanceRegistrationService; | |
| public InstanceRegistrationResource(InstanceRegistrationService instanceRegistrationService) { | |
| this.instanceRegistrationService = instanceRegistrationService; | |
| } | |
| @PostMapping("register") |
I hereby claim:
To claim this, I am signing this object:
docker run -d \
-p 8761:8761 \
-v "$(pwd)"/central-config:/central-config/ \
-e SPRING_PROFILES_ACTIVE=dev,native,swagger \
-e SECURITY_USER_PASSWORD=admin \
-e JHIPSTER_SECURITY_AUTHENTICATION_JWT_SECRET=secret-key \
-e ENCRYPT_KEY=secret-encryption-key \
jhipster/jhipster-registry
| # Setup JHipster to use the latest LTS version of NodeJS | |
| nvm use --lts && node -v > .nvmrc | |
| mvn versions:set-property -Dproperty=node.version -DnewVersion=$(cat .nvmrc) | |
| # Setup JHipster to use your local version of yarn for prod builds | |
| mvn versions:set-property -Dproperty=yarn.version -DnewVersion="v$(yarn -v)" | |
| # Or Setup JHipster to use your local version of npm for prod builds | |
| mvn versions:set-property -Dproperty=npm.version -DnewVersion="v$(npm -v)" |
| diff --git a/_layouts/default.html b/_layouts/default.html | |
| index a1dc85e..ccf461b 100644 | |
| --- a/_layouts/default.html | |
| +++ b/_layouts/default.html | |
| @@ -12,6 +12,7 @@ | |
| <meta name="twitter:description" content="JHipster is a fully Open Source, widely used application generator. It leverages cool technologies like Spring Boot, Angular and React to give you a high level of productivity and quality." /> | |
| <meta name="twitter:image:src" content="https://www.jhipster.tech/images/twitter-card.png?20170202" /> | |
| <meta name="twitter:url" content="https://www.jhipster.tech/" />{% endif %} | |
| + <meta name="google-site-verification" content="JSA7VC5gSwD5KKbXlxK8F9rXJtC91rKJq0aWhfpBC0k" /> | |
| <!-- Chrome, Firefox OS and Opera --> |
// This is a RFC template based on the Rust RFC process but simplified: https://github.com/rust-lang/rfcs/
my_awesome_feature)One paragraph explanation of the feature.
| { | |
| "groups": [ | |
| { | |
| "name": "jhipster", | |
| "type": "io.github.jhipster.config.JHipsterProperties", | |
| "sourceType": "io.github.jhipster.config.JHipsterProperties" | |
| }, | |
| { | |
| "name": "jhipster.async", | |
| "type": "io.github.jhipster.config.JHipsterProperties$Async", |