-
Crear el proyecto
-
Agregar dependencias extra: bootstrap y webjars. Y recargar Maven
-
Configurar conexión MySQL en application.properties
-
Entidad Flight
-
Repositorio FlightRepository
-
Interfaz servicio FlightService: crud y lógica de negocio
-
Implementación servicio FlightServiceImpl
-
Controlador FlightController
- findAll
- findById
- showCreateForm
- showEditForm
- saveForm
- deleteById
-
Entidad Ticket asociada a Flight ManyToOne
-
Repositorio TicketRepository
-
Interfaz servicio TicketService: crud y lógica de negocio
-
Implementación servicio TicketServiceImpl
-
Controlador TicketController
- findAll
- findById
- showCreateForm
- showEditForm
- saveForm
- deleteById
-
Entidad Passenger asociada a Ticket One To Many. Se integra con UserDetails
-
Repositorio PassengerRepository
-
Interfaz servicio PassengerService: crud y lógica de negocio
-
Implementación servicio PassengerServiceImpl
-
Controlador PassengerController
- findAll
- findById
- showCreateForm
- showEditForm
- saveForm
- deleteById
-
flight-list.html
-
flight-detail.html
-
flight-form.html
-
ticket-list.html
-
ticket-detail.html
-
ticket-form.html
-
Notifications
You must be signed in to change notification settings - Fork 0
BeaRobledillo/webFlights
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published