Open Issues Need Help
View All on GitHub Spring • Spring Concepts
Incluir ResponseEntity nos Controller about 1 month ago
AI Summary: Modify the Spring Boot application's controllers to return ResponseEntity objects instead of directly returning the data objects. This involves updating each controller method to wrap its response in a ResponseEntity, allowing for more fine-grained control over HTTP status codes and headers.
Complexity:
2/5
good first issue
Focado em entender os conceitos um a um do spring, um crud bem simples, mas usando flyway e mavem dessa vez, e fazendo uma ligação diretas das tabelas estudando os conceitos
Java