javascript - springmvc, a solution to separate the front and back ends?
習慣沉默
習慣沉默 2017-06-14 10:51:02
0
2
1002

Using spring springmvc mybatis vuejs to build a front-end and back-end separation architecture
After technical research by me and the backend, I gave up the solution of using .html for all pages
Instead, I wrote html vue in the WEB-INF jsp file , all the data goes through json ajax. It is equivalent to wrapping a layer of jsp outside the .html.
Does this count as separation of the front and back ends? Is there a better solution?

習慣沉默
習慣沉默

reply all(2)
女神的闺蜜爱上我

b:spring mvc @RestController
f:vue+jquery+bootstarp

洪涛

That’s right, you can do this, you can also look at vue-cli to create multiple pages

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!