Can online (java web projects, such as oa, achieve hot updates?

1: the development environment is javaweb, such as oa project (spring boot, html5, jquery).
2: deploy the oa project to the production environment tomcat (non-war, non-jar).
3: when the developer updates java, html, js or resource files, how can the updated files and Synchronize be transferred to the production environment (remotely)


static files, if there is no problem, java class files can not be copied to the corresponding production environment directory, but some can be done with tool promotion, such as


what you need is not a hot update.

  1. CI/CD learn about
  2. learn about blue and green deployment
Menu