devintm / java-toolkit

A Java Spring Boot command line toolkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Spring Boot Toolkit

A collection of bash scripts to manage a Java Spring Boot project with flyway.

Description

Uses a lot of maven and flyway commands along with some bash script magic.

Getting Started

Dependencies

  • bash (recomended: 5.1; minimum required version: 4.2)
    • brew install bash
  • mvn (recommended: 3.8.6; minimum required version: 3.6)
    • brew install mvn
  • java (11+)
  • postgres command line tools
    • brew install libpq

Configuration

  • The configuration should be set in the _config.sh module.
  • Command line arguments can be used to override the _config.sh settings and provide more flexibility

Executing program

  • Ensure you are using bash v4.2 - 5.1.
$ bash -v
  • Run the toolkit
$ chmod +x toolkit.sh
$ bash toolkit.sh  or  ./toolkit.sh

Help

  • If facing issues with Unicode icons not showing up, check your bash version and trying updating.

Authors

Contributors names and contact info

ex. Devin TM ex. @devintm

Version History

  • 0.2
    • Various bug fixes and optimizations
  • 0.1
    • Initial Release

TODO

  • Print pom.xml information
    [DEBUG]   (f) packaging = jar
    [DEBUG]   (f) pomFile = /Users/dev/repos/java-backend/pom.xml

License

License

Acknowledgments

Inspiration, code snippets, etc.

About

A Java Spring Boot command line toolkit.


Languages

Language:Shell 100.0%