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.
- Host: GitHub
- URL: https://github.com/ramonbecker/webservicespring
- Owner: RamonBecker
- Created: 2021-02-08T13:32:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T14:51:21.000Z (about 5 years ago)
- Last Synced: 2025-08-29T16:03:42.279Z (9 months ago)
- Language: Java
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://www.oracle.com/br/java/technologies/javase-downloads.html) >= 11

## :rocket: Installation

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

```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!
[
](https://github.com/RamonBecker) [
](https://www.linkedin.com/in/https://www.linkedin.com/in/ramon-becker-da-silva-96b81b141//)
