Skip to content

Spring Boot Rest Api for controller the information of drones

Notifications You must be signed in to change notification settings

yaiselpm/drone-api-rest

Repository files navigation

drone-api-rest

##This is an Application made in Spring Boot using Java 17, and postgres as DBMS.

You can run the application from the command line with Gradle or Maven. You can also an executable JAR file that contains all the necesary dependencies, classes, and resources and run that. Building an executable jar makes it easy to ship, version, and deploy the service as an application throughout the development lifecycle, across different environments, and so forth.

###If you use Gradle, you can run the application by using ./gradlew bootRun. ###Alternatively, you can build the JAR file by using ./gradlew build

and then run the JAR file, as follows:

java -jar build/libs/gs-scheduling-tasks-0.1.0.jar

###If you use Maven, you can run the application by using ./mvnw spring-boot:run. ###Alternatively, you can build the JAR file with ./mvnw clean package ###and then run the JAR file, as follows:

java -jar target/gs-scheduling-tasks-0.1.0.jar

In the root application folder there is a file Drones.postman_collection.json to test the application in Postman.

About

Spring Boot Rest Api for controller the information of drones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages