Skip to content

Prototype for a continuous delivery tool that helps install, upgrade, and rollback Spring Boot applications

License

Notifications You must be signed in to change notification settings

markpollack/spring-cloud-skipper-poc

Repository files navigation

Spring Cloud Skipper

Prototype for a continuous delivery tool that helps install, upgrade, and rollback Spring Boot applications.

Building

Clone the repo and type

$ ./mvnw clean install

Code formatting guidelines

  • The directory ./etc/eclipse has two files for use with code formatting, eclipse-code-formatter.xml for the majority of the code formatting rules and eclipse.importorder to order the import statements.

  • In eclipse you import these files by navigating Windows → Preferences and then the menu items Preferences > Java > Code Style > Formatter and Preferences > Java > Code Style > Organize Imports respectfully.

  • In IntelliJ, install the plugin Eclipse Code Formatter. You can find it by searching the "Browse Repositories" under the plugin option within IntelliJ (Once installed you will need to reboot Intellij for it to take effect). Then navigate to Intellij IDEA > Preferences and select the Eclipse Code Formatter. Select the eclipse-code-formatter.xml file for the field Eclipse Java Formatter config file and the file eclipse.importorder for the field Import order. Enable the Eclipse code formatter by clicking Use the Eclipse code formatter then click the OK button.

    • NOTE: If you configure the Eclipse Code Formatter from File > Other Settings > Default Settings it will set this policy across all of your Intellij projects.

About

Prototype for a continuous delivery tool that helps install, upgrade, and rollback Spring Boot applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published