Self Executable JAR
Learn how an executable jar generated by Spring Boot enables designing an application that scales easily.
We'll cover the following...
Executable JAR for easy deployment
In the past, when monolithic application development was standard practice in the industry, the deployment of Java applications was a complex affair. The application had to be deployed in heavy application containers like Websphere, Weblogic, etc.
To make an application work, we had to:
- Install and configure the application server
- Install a database driver
- Create a database connection
- Create a connection pool