Ignore:
Timestamp:
02/08/23 12:07:57 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
2a98e34
Parents:
afa6544
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/moviezone/web/HomeController.java

    rafa6544 reb36f39  
    1717
    1818import javax.servlet.http.HttpSession;
     19import javax.transaction.Transactional;
    1920import java.time.LocalDate;
    2021import java.util.LinkedList;
     
    134135    }
    135136    @GetMapping("/films")
     137    @Transactional
    136138    public String getFilmsPage(Model model){
    137139        model.addAttribute("cinemas",cinemaService.findAllCinemas());
Note: See TracChangeset for help on using the changeset viewer.