the development process of the java, backend of our company is to pull the svn warehouse code on its own, and then configure the local server to run the code pulled by svn on the local server. After the local development is completed, the code will be uploaded to the test server.
(the company"s project pages are all jsp, so the front and rear ends cannot be separated for the time being)
and the front end, that is, me, every time after uploading their code to the test server in the background, I modify the code directly on the test server and then preview it. This process is causing people to crash
.I wonder if I also want to start a server locally to run the code in snv, just like in the background, but this will involve the configuration and connection of the database, which is extremely troublesome
.do I know anything like me? How did you do that?