generator-jhipster-standalone-profile
Add Spring boot standalone profile support in Jhipster applications
Introduction
This is a JHipster module, that is meant to be used in a JHipster application. It adds spring boot standalone
profile on top of dev
profile to disable concerns not required during standalone development.
It effectively set following configurations:
- Bypass Spring security
- Disable service registration and discovery
- Enable CORS
Pre-requisites
This guide assumes that you have already setup a Jhipster application.
Installation
Use following command to globally install this module:
yarn global add generator-jhipster-standalone-profile
Usage
-
Navigate to Jhipster application root directory.
-
Use following command to add standalone profile support:
yo jhipster-standalone-profile
-
Resolve conficts, if any.
-
Use following command to do development in standalone mode:
./mvnw -Pdev,standalone
License
MIT © Vishal Mahajan