Skip to content

SwissTierrasColombia/st-microservice-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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