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