Skip to content
Advertisement

Tag: spring-mvc

how to transfer data from sun to java

I have a form for sending first and last name to the js index.html I want that when the create user button is clicked, the data is transferred to the backend and the user is created there. i don’t understand how to redirect data from js to java. I use MVC and spring boot Answer Vaniila JS Ajax: You can

Advertisement