Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/main-starter

JVM (java / kotlin) starter using Gradle / Maven build tools.
https://github.com/daggerok/main-starter

gradle gradle-java gradle-kotlin gradle-kotlin-dsl logback maven maven-java maven-kotlin quarkus quarkus-gradle scala smallrye spring spring-boot

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# main-starter [![Build Status](https://travis-ci.org/daggerok/main-starter.svg?branch=master)](https://travis-ci.org/daggerok/main-starter)
JVM (java / kotlin) starter using Gradle / Maven build tools.

## getting started

```bash
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

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

* [akka](https://github.com/daggerok/main-starter/tree/akka/)
* [akka-http](https://github.com/daggerok/main-starter/tree/akka-http/)
* [akka-scala](https://github.com/daggerok/main-starter/tree/akka-scala/)
* [scala](https://github.com/daggerok/main-starter/tree/scala/)
* [spring](https://github.com/daggerok/main-starter/tree/spring/)
* [spring-all](https://github.com/daggerok/main-starter/tree/spring-all/)
* [spring-boot-all](https://github.com/daggerok/main-starter/tree/spring-boot-all/)
* [spring-boot-scala](https://github.com/daggerok/main-starter/tree/spring-boot-scala/)
* [spring-boot](https://github.com/daggerok/main-starter/tree/spring-boot/)
* [spring-scala](https://github.com/daggerok/main-starter/tree/spring-fu-jafu/)
* [spring-fu-jafu](https://github.com/daggerok/main-starter/tree/spring-scala/)
* [cdi-all](https://github.com/daggerok/main-starter/tree/cdi-all/)
* [cdi](https://github.com/daggerok/main-starter/tree/cdi/)
* [all](https://github.com/daggerok/main-starter/tree/all/)
* [gradle-kotlin](https://github.com/daggerok/main-starter/tree/gradle-kotlin/)
* [gradle](https://github.com/daggerok/main-starter/tree/gradle/)
* [maven-kotlin](https://github.com/daggerok/main-starter/tree/maven-kotlin/)
* [maven-java](https://github.com/daggerok/main-starter/tree/maven-java/)
* [maven-cdi](https://github.com/daggerok/main-starter/tree/maven-cdi/)
* [maven](https://github.com/daggerok/main-starter/tree/maven/)
* [mp-smallrye-gradle](https://github.com/daggerok/main-starter/tree/mp-smallrye-gradle/)
* [mp-smallrye-maven](https://github.com/daggerok/main-starter/tree/mp-smallrye-maven/)
* [quarkus-maven](https://github.com/daggerok/main-starter/tree/quarkus-mavem/)
* [quarkus-gradle](https://github.com/daggerok/main-starter/tree/quarkus-gradle/)
* [quarkus-scala](https://github.com/daggerok/main-starter/tree/quarkus-scala/)

TODO / FIXME:
* fix and merge together mp-smallrye [maven](https://github.com/daggerok/main-starter/tree/mp-smallrye-maven/) and [gradle](https://github.com/daggerok/main-starter/tree/mp-smallrye-gradle/) branches

NOTE: _This project has been based on [GitHub: daggerok/main-starter](https://github.com/daggerok/main-starter)_