This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//new code added to the assignment | |
//Logic that makes an reconnection if occur some fail | |
final AsyncHttpClient asyncHttpClient = new AsyncHttpClient( | |
new AsyncHttpClientConfig.Builder() | |
.addIOExceptionFilter(new ReconnectionIOExceptionFilter()).build()); | |
//Spring |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Discussão sobre os motivos de não iniciar a modelagem de domínio | |
de um sistema pelo banco de dados. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@alegomes | |
@fmeyer | |
@lacerdaph | |
@celsoavmartins | |
@jeveaux | |
@glbenz | |
@leohackin | |
@lucastex | |
@loiane | |
@blpsilva |