In this lesson, we will create a java spring boot application then we will deploy it to heroku. We will implement it step by step. To implement it, we will also illustrate ci/cd processes...
Heroku configurations on Spring Boot Application:
1. app.json: buildpacks (gradle, maven...), environment variables, addons...
2. Buildspec: web, worker... servers
3. system.properties: java version...
To illustrate Spring Boot project:
create an example rest controller endpoint then test it.
To enable ci/cd process:
Enable auto deployment on Heroku Dashboard.
-------------- Content ----------------
0:00 - Intro
0:15 - Create Spring Boot Application
04:35 - Heroku Configuration
10:24 - Github commitment
13:09 - Heroku Deployment
-------------- Content ----------------
-------------- Source Repository ----------------
https://github.com/senolatac/spring-b...
-------------- Source Repository ----------------
-------------- Learn More ----------------
https://www.udemy.com/course/full-sta...
-------------- Learn More ----------------