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

https://github.com/omerjuve2023/mvcinterfacehttp

MvcInterfaceHttpApplication is a Spring Boot application developed in Java. It uses a REST client to interact with a remote API. The project uses Gradle as a build tool and follows a typical Spring Boot project structure.
https://github.com/omerjuve2023/mvcinterfacehttp

docker gradle http interface java learn spring-boot

Last synced: 11 months ago
JSON representation

MvcInterfaceHttpApplication is a Spring Boot application developed in Java. It uses a REST client to interact with a remote API. The project uses Gradle as a build tool and follows a typical Spring Boot project structure.

Awesome Lists containing this project

README

          

# MvcInterfaceHttpApplication

MvcInterfaceHttpApplication is a Spring Boot application developed in Java. It uses a REST client to interact with a
remote API. The project uses Gradle as a build tool and follows a typical Spring Boot project structure.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes.

### Prerequisites

- Java 17
- Gradle
- Docker (optional)

### Installing

1. Clone the repository

```bash
git clone https://github.com/OmerJuve2023/MvcInterfaceHttpApplication.git
```

2. Build the project

```bash
cd MvcInterfaceHttpApplication
gradle build
```

3. Run the project

```bash
gradle bootRun
```

4. Open a browser and navigate to `http://localhost:8080`