Skip to content

Latest commit

 

History

History
executable file
·
52 lines (37 loc) · 1.71 KB

File metadata and controls

executable file
·
52 lines (37 loc) · 1.71 KB

Business Assistant - Mydata

Spring Boot Actuator
  • http://localhost:8763/actuator/health (debe responder {"status":"UP"})
  • http://localhost:8763/actuator/auditevents
  • http://localhost:8763/actuator/beans
  • http://localhost:8763/actuator/conditions
  • http://localhost:8763/actuator/configprops
  • http://localhost:8763/actuator/env
  • http://localhost:8763/actuator/heapdump (genera volcado de heap para descarga)
  • http://localhost:8763/actuator/httptrace
  • http://localhost:8763/actuator/info
  • http://localhost:8763/actuator/loggers
  • http://localhost:8763/actuator/metrics
  • http://localhost:8763/actuator/mappings
  • http://localhost:8763/actuator/scheduledtasks
  • http://localhost:8763/actuator/threaddump

Spring Security & Profiles

Perfiles habilitados (véase configuración en application.properties):

  • dev: deshabilita la seguridad
  • pro: habilita seguridad por JWT

Swagger URL

Creación y arranque de container Docker

Es necesario tener instalado Docker y docker-compose en la máquina. Efectuar los siguientes pasos:

  1. Empaquetado del proyecto (desde /BusinessAssistantBCN-backend)
./gradlew :BusinessAssistant-mydata:build [-x test]
  1. Construcción de la imagen (desde /BusinessAssistant-mydata)
docker build -t=babcn:mydata-v1.0-SNAPSHOT .
  1. Arranque de imagen (desde /BusinessAssistantBCN-backend)
docker-compose up -d businessassistantbcn-mydata
  • Acceso a API en http://[host]:7777/businessassistantbnc/v1/api/mydata