Skip to content

daggerok/java-reflection-find-annotated-classes-or-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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