This repository contains Atomist support functions and classes for Spring Boot and Maven: generators, editors and reviewers. It is intended to be use as a Node module in Atomist Software Delivery Machine implementations.
Supports both Java and Kotlin. Many types such as JavaProjectStructure
work
for both languages.
You will need to have Node.js installed. To verify that the right versions are installed, please run:
$ node -v
v8.4.0
$ npm -v
5.4.1
The node
version should be 8 or greater and the npm
version should
be 5 or greater.
To get started run the following commands:
$ git clone [email protected]:atomist/spring-automation.git
$ cd spring-automation
$ npm install
$ npm run build
Releases are managed by the Atomist SDM. Press the "Release" button in the Atomist dashboard or Slack.
Created by Atomist. Need Help? Join our Slack team.