Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lucasvmigotto/java-tbt

Repository files navigation

java-tbt

Development

Requirements

Environment setup

  1. Clone

    • https

      git clone https://github.com/lucasvmigotto/java-tbt.git
    • ssh

      git clone [email protected]:lucasvmigotto/java-tbt.git

Useful commands

PostgrSQL Docker Compose Service

# Start the service
docker compose up [-d | --detach] postgres
# Use the PSQL CLI
docker compose exec -it postgres psql -U postgres -d java_tbt

Application

# Start the server
./mvnw spring-boot:run
# Build the package
./mvnw package -DskipTests

References

Documentation

Guides

About

RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors