feat: otimização de performance e ajustes finais

This commit is contained in:
Idrissa Banora
2026-05-18 10:49:32 +00:00
commit 430deed1cd
530 changed files with 150759 additions and 0 deletions
@@ -0,0 +1,15 @@
Descobrir a porta:
netstat -ano | findstr :8081
O que sera mostrado
TCP 0.0.0.0:8081 LISTENING xxxxx
Fechar a porta
tasklist | findstr xxxxx
O forçar
taskkill /PID xxxxx /F
taskkill /F /IM java.exe
tasklist /FI "IMAGENAME eq java.exe"