GitHub - cidacio/code4tuba · GitHub
Skip to content

cidacio/code4tuba

 
 

Folders and files

Repository files navigation

Backend

This is a Spring Boot project.

Compile and package

Being Maven centric, you can compile and package it without tests using

mvn clean compile -DskipTests

Once you have your jar file, you can run it.

Run it

To run it you can execute the Spring Boot maven target

mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Java 59.4%
  • Dockerfile 34.8%
  • Shell 5.8%