Skip to content

olegSt4/mentors_platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Spring Boot App

This project was bootstrapped with Spring Boot App.

Available Scripts

In the root project directory, you can run:

mvn clean spring-boot:run

Runs Spring Boot app locally. Curl command to test app is:

curl --request GET --include 'http://localhost:8080/actuator/health'

mvn clean test

Runs all tests available in application under src/test directory.

mvn clean package -DskipTests

Builds the project and packages the resulting WAR file into the target directory. -DskipTests property is optional and allows you to do build without running the unit tests during.

Learn More

You can learn more about Maven build tool, look at Maven Getting Started Guide.

To learn Spring, check out the Spring Framework Documentation.

About

REST API of the platform for finding mentors implemented on Spring Framework stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages