rowe42 / lhm_animad_admin_html5

0 stars 6 forks source link

Openshift #232

Closed rowe42 closed 6 years ago

rowe42 commented 6 years ago

Benötigt die Branches "openshift" von

Es gibt nun ein neues Profil "openshift". Dieses lässt sich wie folgt nutzen:

  1. Lokal starten ohne Security mvn spring-boot:run -Dspring.profiles.active=local,no-security

  2. Lokal starten mit Security mvn spring-boot:run (Profil "local" ist das Standardprofil)

  3. Auf Openshift starten ohne Security mvn spring-boot:run -Dspring.profiles.active=openshift,no-security

(zukünftig, noch nicht in diesem PR, kommt dann noch

  1. Auf Openshift starten mit Security mvn spring-boot:run -Dspring.profiles.active=openshift oder sogar (wenn wir das Standard-Profil auf "openshift" stellen) mvn spring-boot:run)

Achtung: mvn spring-boot:run -Dspring.profiles.active=no-security ist KEINE valide Option mehr.