Hibernate: select t1_0.id,t1_0.amount,t1_0.category_id,t1_0.date,t1_0.description,t1_0.created_at,t1_0.type from transactions t1_0 where t1_0.id=?
2026-05-06T15:32:16.210+07:00 WARN 29612 --- [nio-8080-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.example.newfinancetracker.Exception.RecordNotFound: Id Not Found 2]
I tried to test my controller in Postman but it's always resulted in 404. I have the data and there's no issue with the controller or the url