Skip to content

JVM (java / kotlin) starter using Gradle / Maven build tools.

License

Notifications You must be signed in to change notification settings

daggerok/main-starter

Repository files navigation

main-starter Build Status

JVM (java / kotlin) starter using Gradle / Maven build tools.

getting started

git clone --no-single-branch --depth=1 https://github.com/daggerok/main-starter.git
cd main-starter

git co gradle-kotlin
git co maven-kotlin
git co gradle
git co maven
git co all
# ...
git co scala
git co spring
git co spring-scala
git co spring-boot-scala

rm -rf .git
# ...

other available branches

git clone -b $branch --depth=1 https://github.com/daggerok/main-starter.git
cd main-starter
rm -rf .git

TODO / FIXME:

  • fix and merge together mp-smallrye maven and gradle branches

NOTE: This project has been based on GitHub: daggerok/main-starter