How javaWEB development can maximize efficiency.

Hello, everyone. The landlord used to do PHP development and Android development, but now the so-called "adjustment of the company"s business". The WEB backend has been converted to JAVA development, and the landlord has become the only back-end developer of the new project. He has done some small projects with SSH 5-6 years ago, and now the world is very different. I have learned the commonly used SSM and spring boot and some common tools.

2 after 3 months, the problem now is that it is very difficult to improve efficiency in development. Although devtools does not have to be manually recompiled every time it is modified, the speed of automatic compilation and deployment is not fast. Sometimes you have to wait for a change to see the result, and some changes such as URL still have to be compiled and deployed manually. As soon as there are changes, the entire project must be on the test server, because there are many resource files and the upload is slow.

the environmental background of the problems and what methods you have tried

because no one brings it, they basically grope for it on their own. In the development, using Spring boot+devtools,IDE is IDEA, plus shiro to write a background framework, mybaits plus to generate CURD, front-end template using thymeleaf, test server is a hot-loaded Tomcat.

what result do you expect? What is the error message actually seen?

can it be compiled like PHP or JS? the test server can update the entire project as long as the modified part is uploaded.

Apr.02,2021
Menu