Report generation through JasperSoft.
$ mvn spring-boot:run
Modify the enabled property in st-microservice-reports/src/main/resources/application.yml file:
eureka:
client:
enabled: false
Modify the enabled property in st-microservice-reports/src/main/resources/bootstrap.yml file:
spring:
application:
name: st-microservice-reports
cloud:
config:
enabled: false