#Overview
This application provides the comments related functionality and serves as one component. It defines the REST endpoints that are used to provide comment functionality.
Note that this component is only used internally by the "task" microservice and is NOT actually exposed at the API gateway level.
##Pre-requisites
- config server - For pulling the configuration information
- webserver-registry - For starting the Eureka server since the authorization server also is a micro-service that needs to be registered with Eureka server.
- Build the application by running the
./gradlew clean build
gradle command at the "comments-webservice" project root folder on the terminal. - If you want to run the application as jar file, then run
java -jar build/libs/sample-comments-webservice-0.0.1.jar
command at the terminal.
Please refer to user webservice for details on how the external configuration works. Note that there is separate configuration file for each Spring application; the application should refer to it's own .yml file for configuration.