https://github.com/cthacker-udel/springboottester
Java Program to Test SpringBoot server via retrofit requests
https://github.com/cthacker-udel/springboottester
Last synced: 9 months ago
JSON representation
Java Program to Test SpringBoot server via retrofit requests
- Host: GitHub
- URL: https://github.com/cthacker-udel/springboottester
- Owner: cthacker-udel
- Created: 2021-08-04T09:05:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T10:49:05.000Z (over 4 years ago)
- Last Synced: 2025-02-07T17:39:02.500Z (10 months ago)
- Language: Java
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Sprint Boot Server - Testing via Retrofit2 Interface \(*coded and executed in IntelliJ gradle project structure*\)
**This program is configurable to your custom local Spring Boot server! Runs entirely via command line input!**
---
All that is required is :
* Configure requests @ interface file with GET and POST requests
* Implement new methods to format the data you are sending to the server in the main class
* Edit the menu that displays
* Run the program and test your local server! Examples of a Spring Boot server are located in this repository [here](https://github.com/cthacker-udel/Springboot-MongoDB-Server)