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
- Host: GitHub
- URL: https://github.com/evertcode/order-delivery-service
- Owner: evertcode
- License: apache-2.0
- Created: 2022-03-05T05:35:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T05:35:56.000Z (about 4 years ago)
- Last Synced: 2025-01-13T05:29:29.572Z (about 1 year ago)
- Topics: gradle, h2-database, java-11, lombok-gradle, postgresql, spring-boot, spring-data-jpa, spring-mvc, spring-security, springboot2
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot Order Delivery App
[](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.