Spring Boot Program using Java annotation based configuration

Опубликовано: 06 Февраль 2026
на канале: prashanth k
508
3

Write a Spring program to demonstrate:
1) Accept the customer information(String name, address, Ticket tick) and a ticket information (int ticno,price, seatno; String ticktype;)
2) Create a beans for customer and ticket using Java based configuration
3) With a menu driven program accept the information and display the same