Skip to content

alfabattle/elastic

Repository files navigation

Description

Elasticsearch example application.

Setup local environment

  1. Copy .env.dist file to .env. and optionally make configuration changes.
  2. Run docker-compose up -d. Be patient it takes some time on first run.

Useful commands

Common

  1. Building for production

     ./gradlew build
    
  2. Update dependencies

     ./gradlew clean resolveAndLockAll --write-locks
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages