Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai


I have designed a user registration form using spring frame work I want to configure this user registration form with mysql. when i submit the credentials that reflect on database how to perfom this code
Posted

1 solution

I believe you haven't weven tried anything, so I'll give you the outline of what is needed.

0. A database with a USER table containing the fields required fo rsdtorage - not hard really.
1. In your application connect to the database.
2. Create a db session for inserting the data.
3. Validate the user input and insert a record.

Jobs done. As you haven't bothered searching, here's the first result I found[^] on the subject.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900