What are the best practices for Spring boot and VUE project integration path configuration?

the back-end framework chooses Spring boot, front-end and VUE;
. I read a little blog about deployment, and basically put the static pages generated by VUE into the corresponding directory of the Spring Boot project.

be more specific: in the git repository, is it the static page that is compiled every time VUE is compiled? And overwrite it every time you modify it?
how convenient is the front end for integration testing?
when Jenkins runs a test, you usually have to push to the central warehouse first. If you don"t run the local test, isn"t it a pile of code that cannot be build in the central warehouse? Open

so what about local testing during development? Are there any best practices?

Apr.03,2021

Why are they put together? Vue is placed under web server and deployed separately from springboot.


your routine has been decided not to be a best practice. It's out of date. You should study how to separate the front and back ends of the development

.
Menu