DiscoverProgramar en cloudCómo Documentar Un Microservicio (SpringRESTdocs)
Cómo Documentar Un Microservicio (SpringRESTdocs)

Cómo Documentar Un Microservicio (SpringRESTdocs)

Update: 2017-02-03
Share

Description

TL;DR: Genera documentación de forma casi automática, minimizando el repeat yourself casi a cero y estructurándola de forma que tenga sentido y coherencia. ¡Ah! Y llénala de ejemplos, maldita sea. Con Spring REST docs.

div.dettached p {
visibility : hidden;
}
div.dettached audio {
position : fixed;
top: 0;
left: 0;
}




✣ (expandir)
RSS para podcatcher


alojado en archive.org



(function() {
document
.querySelectorAll('.dettacher')
.forEach(elem = elem.onclick = function() {
var div = this.parentElement.parentElement;
div.className += ' dettached'
});
})();
Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Cómo Documentar Un Microservicio (SpringRESTdocs)

Cómo Documentar Un Microservicio (SpringRESTdocs)

Javi Moreno