In this step, we will download the source code and package it into a JAR file. This is an important preparation step before deploying the source code to S3.
application.properties
file and configure it as follows:spring.datasource.url= ----urlRDSdatabase----
spring.datasource.username= -----yourUsername----
spring.datasource.password= ----yourPassword-----
Now that we’ve completed downloading the source code and packaging it into a JAR file, in the next step, we will proceed to configure Route53.