Update the setup instructions to match the W21 template pioneered in the W21 STARTER-jpa03 repo and the demo-spring-react-minimal apps.
This change is mostly documentation, but there are two changes to configuration files (pom.xml and setHerokuEnv.py).
Acceptance Criteria:
Update the setup instructions to match the W21 template pioneered in the W21
STARTER-jpa03repo and thedemo-spring-react-minimalapps.This change is mostly documentation, but there are two changes to configuration files (
pom.xmlandsetHerokuEnv.py).Acceptance Criteria:
README.mdpoints toSETUP-FULL,SETUP-QUICKSTARTSETUP-FULL,SETUP-QUICKSTARTare updated with instructions that go through all of the configuration first, putting values intotemp-credentials.txt, then copying them intosecrets-localhost.properties,javascript/.env.localandsecrets-heroku.properties.setHerokuEnv.pyis updated so thatjavascript/.env.productionis optional and the error messages are helpfulpom.xmlis updated so that the Heroku config var is calledSPRING_PROPERTIESinstead ofHEROKU_PROPERTIES(theHEROKU_*namespace is reserved by Heroku