This repository contains two Spring Boot applications utilizing Protocol Buffers.
proto-buffer-app-one: First Spring Boot application with Protocol Buffers. This is the sender application.proto-buff-app-two: Second Spring Boot application with Protocol Buffers. This is the receiver application.
- Java 11 or higher
- Maven 3.6.3 or higher
git clone https://github.com/TheDevMohamed/proto-buffer-apps.git
cd proto-buffer-apps/proto-buff-app-one
mvn clean install
mvn spring-boot:run
cd ../proto-buff-app-two
mvn clean install
mvn spring-boot:run- proto-buffer-app-one: http://localhost:8080
- proto-buff-app-two: http://localhost:8081