2

I have web application in which for front end I am using java script, html, css put it on xampp server and for back end I am using spring boot framework and it work as API which run on tomcat server. So using API call I am showing information on the front-end, Is there any way that I can integrate both code together to run on same server either on tomcat or xampp

  • If you give https://stackoverflow.com/help/how-to-ask a quick read you'll see that you didn't provide most of the information needed for a "good question". If you edit this and add in as much of that as you can, then you'll get much better responses. – JoeG Oct 16 '18 at 11:59

2 Answers2

1

You can use your backend spring-boot server to serve web-content like html,js,css. I think this tutorial might help you.

vijay krishna
  • 514
  • 4
  • 14
1

You can host your Static website(Html/Css/Javascript) in Tomcat. Kindly, refer the below stackoverflow Click Here link.

Thanks

Prem
  • 51
  • 1