Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 475 Bytes

ServletsSpringBoot.md

File metadata and controls

7 lines (5 loc) · 475 Bytes
  • Making the Web Server for the Dynamic content Data using the Spring servlets
  • Ser lets (Server components accept the data req and process back data)
  • for Java servlets we have to use the special container to run this called "Servlet container" or web Container example : tomcat

Spring Boot Servlet App

  • To run the app on server we create pakcage with the extension of .war (web archieve) or .jar (java archieve)