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

https://github.com/ramonbecker/webservicespring

Project developed using spring boot for the discipline of concurrent programming and distributed systems.
https://github.com/ramonbecker/webservicespring

Last synced: 7 months ago
JSON representation

Project developed using spring boot for the discipline of concurrent programming and distributed systems.

Awesome Lists containing this project

README

          

# Web Service Spring
> Project developed using spring boot for the discipline of concurrent programming and distributed systems.
## :information_source: Information

The project aims to develop two clients and a server. Client 1 will only send information to the server. Client 2 does not send the information, but requests the data that Client 1 sent to the server, such as:
- the last data entered
- hourly search of data sent by the client 1
- the search for the data id sent by the client 1

This data that client 1 is going to send is composed of the attributes of: date, time, temperature, humidity and luminosity. And client 2 just retrieves the information. Spring is already configured in the project in the pom file.

## ⚠️ Prerequisite
[![Java Badge](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)](https://www.oracle.com/br/java/technologies/javase-downloads.html) >= 11

![spring](https://user-images.githubusercontent.com/44611131/114889350-6ce34180-9de0-11eb-8c87-236510d6a792.png)

## :rocket: Installation

![](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)

```sh
git clone https://github.com/RamonBecker/WebServiceSpring.git
```

![](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)

```sh
git clone https://github.com/RamonBecker/WebServiceSpring.git
or install github https://desktop.github.com/

```

## :zap: Technologies

- Java

## :memo: Developed features

- The user can retrieve the information from the data on the server
- The user can send data on the server

## :technologist: Author

By Ramon Becker 👋🏽 Get in touch!

[github](https://github.com/RamonBecker) [linkedin](https://www.linkedin.com/in/https://www.linkedin.com/in/ramon-becker-da-silva-96b81b141//)
![Gmail Badge](https://img.shields.io/badge/-ramonbecker68@gmail.com-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:ramonbecker68@gmail.com)