An open API service indexing awesome lists of open source software.

https://github.com/evertcode/order-delivery-service

Order Delivery Service with Spring Boot, Spring Security and Open API
https://github.com/evertcode/order-delivery-service

gradle h2-database java-11 lombok-gradle postgresql spring-boot spring-data-jpa spring-mvc spring-security springboot2

Last synced: about 1 year ago
JSON representation

Order Delivery Service with Spring Boot, Spring Security and Open API

Awesome Lists containing this project

README

          

# Spring Boot Order Delivery App

[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

## Requirements

For building and running the application you need:

- [JDK 11](https://www.openlogic.com/openjdk-downloads)
- [Gradle 7](https://gradle.org/releases/)

## Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the `main` method in the `com.evertcode.order.OrderDeliveryApplication` class from your IDE.

You can use the [Gradle](https://gradle.org/releases/) like so:

```shell
./gradlew bootRun
```

If you use Maven, run the following command in a terminal window directory:

```shell
./mvnw spring-boot:run
```

## Copyright

Released under the Apache License 2.0. See the [LICENSE](https://github.com/codecentric/springboot-sample-app/blob/master/LICENSE) file.