johnsonr / spring-format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-format

This library is a wrapper over the Spring formatter Maven plugin, allowing you to run it as an executable JAR. When running, the tool will format every Java file under the current working directory.

Creating the executable JAR

Create the executable JAR file by typing

mvn package

The executable JAR file will be at ./target/spring-format-0.1.0-SNAPSHOT-jar-with-dependencies.jar.

You can execute it with

java -jar <path to JAR>

Development

This project is driven using Maven.


Created by Atomist. Need Help? Join our Slack team.

Deep at the center of my being is an infinite well of love.

About


Languages

Language:Java 72.5%Language:Dockerfile 21.8%Language:Shell 5.7%