Test fot Solinftec
How to execute:
- Clone the repository
- Open repository with any console
- Run mvn clean package
- Run java -jar .\target\netplus-0.0.1-SNAPSHOT.jar
Obs.: It will run on port 8080 by deafault.
Ready to use with Postman or any other API consumer:
- Use HTTP POST request.
- URL: http://localhost:8080/api/v1/assistant/
- Body: { "message": "{type your message here}" }