Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
setup_GRPC
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Riccardo Presotto
setup_GRPC
Commits
93cfb210
Commit
93cfb210
authored
Apr 02, 2021
by
Luca Arrotta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
9c455222
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
README.md
README.md
+3
-6
No files found.
README.md
View file @
93cfb210
# Setup ProtocolBuffer and GRPC
This repository contains a simple example that enables you to test the environment for
**ProtocolBuffer**
and
**GRPC**
.
*
You can import the project directly from a
*
*V**
ersion
**C**
ontrol
**S**
ystem
, by providing the following URL:
*
You can import the project directly from a
*
Version Control System*
, by providing the following URL:
https://ewserver.di.unimi.it/gitlab/riccardopresotto/setup_grpc.git
<img
src =
'./assets/img_1.png'
>
...
...
@@ -9,11 +9,8 @@ https://ewserver.di.unimi.it/gitlab/riccardopresotto/setup_grpc.git
*
Otherwise, take care to import the project as a Gradle Project
*
Compile the .proto files:
1.
Open the terminal of the IntelliJ IDE
2.
Run the following command:
*
**Windows**
:
*gradlew build*
*
**MacOS/Linux**
:
*./gradlew build*
3.
Check if some files have been generated in the directory
*setup_grpc/build/generated/source/proto/main/java*
1.
Select from the menu bar
**Build**
->
**Rebuild Project**
2.
Check if some files have been generated in the directory
*setup_grpc/build/generated/source/proto/main/java*
*
The testing files are located in the directory:
*setup_grpc/src/main/java/researcher*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment