maxtan1999 / hexagon_max

This is a template from https://github.com/hexagonkt/hexagon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle Starter Application

This is an Hexagon service created from a template.

Usage

  • Build: ./gradlew build
  • Rebuild: ./gradlew clean build
  • Run: ./gradlew run
  • Watch: ./gradlew -t watch
  • Test: ./gradlew test
  • Run Container (after assemble): docker-compose up -d

Gradle wrapper setup

You can change Gradle version in gradle/wrapper/gradle-wrapper.properties.

About

This is a template from https://github.com/hexagonkt/hexagon


Languages

Language:Kotlin 91.0%Language:Dockerfile 9.0%