@postcon/generator-spring-boot
v3.5.1
Published
Helps you create a skeleton for a microservice using Spring Boot, RabbitMQ, Graylog, Prometheus, Docker and Jenkins.
Keywords
Readme
generator-postcon-spring-boot
Installation
First, install Yeoman and @postcon/generator-spring-boot using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g @postcon/generator-spring-bootCheck and update if necessary to the latest repo version
npm uninstall -g @postcon/generator-spring-boot
npm install -g @postcon/generator-spring-bootThen generate your new project:
mkdir your-project
cd your-project
yo @postcon/spring-bootChanging the Template
To upload a new version of the template:
- Update
versioninpackage.jsonandpackage-lock.json. - On command line
npm login. - On command line
npm publish.
License
Apache-2.0 © Team Javengers, Postcon Service GmbH
