Changeset eb36f39 for src/main/java/com/example/moviezone/web
- Timestamp:
- 02/08/23 12:07:57 (22 months ago)
- Branches:
- master
- Children:
- 2a98e34
- Parents:
- afa6544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/web/HomeController.java
rafa6544 reb36f39 17 17 18 18 import javax.servlet.http.HttpSession; 19 import javax.transaction.Transactional; 19 20 import java.time.LocalDate; 20 21 import java.util.LinkedList; … … 134 135 } 135 136 @GetMapping("/films") 137 @Transactional 136 138 public String getFilmsPage(Model model){ 137 139 model.addAttribute("cinemas",cinemaService.findAllCinemas());
Note:
See TracChangeset
for help on using the changeset viewer.