Open this gist with https://bit.ly/javaone22-jhipster or use the QR code below.
Time: 16:00 on October 18 near the Welcome Reception (featuring the Null Pointers!).
git clone https://github.com/jhipster/generator-jhipster.git --depth=1 | |
cd generator-jhipster | |
npm i | |
npm link |
Open this gist with https://bit.ly/javaone22-jhipster or use the QR code below.
Time: 16:00 on October 18 near the Welcome Reception (featuring the Null Pointers!).
npm install -g [email protected] | |
take ~/Downloads/mfr | |
jhipster jdl reactive-mf --fork # use --client-framework=angularX|vue for other frameworks |
diff --git a/pom.xml b/pom.xml | |
index 7b8cffc..3640692 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -79,7 +79,6 @@ | |
<maven-compiler-plugin.version>3.9.0</maven-compiler-plugin.version> | |
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version> | |
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> | |
- <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version> | |
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version> |
http://www.slideshare.net/HubSpot/what-would-steve-do-10-lessons-from-the-worlds-most-captivating-presenters | |
1. Craft a story that captures both heart and mind. | |
Beginning - Middle - End | |
2. Create slides that lead your audience to say "YES!". | |
3. Start by telling us why we should care. |
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import { act } from 'react-dom/test-utils'; | |
import App from './App'; | |
jest.mock('@okta/okta-auth-js', () => { | |
return { | |
OktaAuth: jest.fn(() => { | |
return { | |
userAgent: 'okta/okta-auth-js', |
$ pack build react-pack --builder=heroku/buildpacks --buildpack https://cnb-shim.herokuapp.com/v1/heroku-community/static | |
latest: Pulling from heroku/buildpacks | |
Digest: sha256:14c60798f3cf5bcbab867213add52d134af3aaad3064062cafb25177cd48f5ed | |
Status: Image is up to date for heroku/buildpacks:latest | |
18: Pulling from heroku/pack | |
Digest: sha256:a3cb71855f7e399ad079f6f0fa5feb6cc93446a332d9b8ef535ca9a17dac92cf | |
Status: Image is up to date for heroku/pack:18 | |
Downloading from https://cnb-shim.herokuapp.com/v1/heroku-community/static | |
3.35 MB/3.35 MB | |
===> DETECTING |
FROM node:14.1-alpine AS builder | |
WORKDIR /opt/web | |
COPY package.json package-lock.json ./ | |
RUN npm install | |
ENV PATH="./node_modules/.bin:$PATH" | |
COPY . ./ | |
RUN ng build --prod |
➜ ~ curl https://start.spring.io/starter.zip -d dependencies=web,okta -d baseDir=bootiful-oauth | tar -xzvf -
cd bootiful-oauth
mvn com.okta:okta-maven-plugin:setup
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 57642 100 57598 100 44 81123 61 --:--:-- --:--:-- --:--:-- 81071
x bootiful-oauth/
x bootiful-oauth/.mvn/
x bootiful-oauth/.mvn/wrapper/