Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 843 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 843 Bytes

st-microservice-reports

Report generation through JasperSoft.

Running Development

$ mvn spring-boot:run

Configuration

How to disable eureka client?

Modify the enabled property in st-microservice-reports/src/main/resources/application.yml file:

eureka:
  client:
    enabled: false

How to disable config client?

Modify the enabled property in st-microservice-reports/src/main/resources/bootstrap.yml file:

spring:
  application:
    name: st-microservice-reports
  cloud:
    config:
      enabled: false

Swagger Documentation?

See http://localhost:9255/swagger-ui.html

License

Agencia de Implementación - BSF Swissphoto - INCIGE