Skip to content

jyanez900/messenger-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jacobdemo

Demo project built by Bedrock.

Getting Started

The following instructions should be used whenever you first start with a fresh download of the project.

  • Use git to clone the repository on your local machine.
  • With IntelliJ, select "File" > "Open..." from the menu, navigate to your local clone directory, then click "Open."
  • Open the "Gradle projects" tool window, then click "Refresh all Gradle projects."
  • Refreshing projects may take a little while to complete your initial build, however once it is done, you're all set!

Your IDE is now setup. You should be able to execute any available Run/Debug Configurations.

Build

Builds are performed using Gradle. From Terminal, execute ./gradlew; by default, this will build (imagine that!) all available modules, creating artifacts for deploying/running your applications.

As is the norm with Gradle, use ./gradlew tasks to list all available tasks. The following describes the more common tasks:

  • build - compiles and tests all modules
  • dockerBuildImage - creates/updates the deployable Docker image for all modules

This project was originally generated using the Bedrock Initializr.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published