2023-02-12T10:45:59.415-03:00 INFO 31882 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
Hibernate:
select
a1_0.id,
a1_0.city,
a1_0.person_id,
p1_0.id,
p1_0.first_name,
p1_0.last_name,
a1_0.state,
a1_0.street,
a1_0.zip_code
from
address a1_0
left join
person p1_0
on p1_0.id=a1_0.person_id
where
a1_0.city=?