Skip to content

Implementación de arquitectura de microservicios simple en Java y Spring

Notifications You must be signed in to change notification settings

hernanBeiza/JavAPIMicros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavAPIMicros

Implementación de arquitectura de microservicios simple en Java y Spring

Servicios

  • GatewayService: Puerto 8001
  • UsuarioService: Puerto 8002
  • NotaService: Puerto 8003

Endpoints

Usuario

GET usuario

GET usuario/{idUsuario}

GET usuario/pagina/{pagina}

POST usuario

PUT usuario

DELETE usuario/{idUsuario}

Nota

GET nota

GET nota/{idNota}

GET nota/usuario/{idUsuario}

POST nota

PUT usuario

DELETE nota

About

Implementación de arquitectura de microservicios simple en Java y Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages