Local Development
Need to prepare
Requires ServiceAccountKey.json for connection purposes to google storage
Dependencies
Step 1. Clone Project
Step 2. Configurations
Example file applicaton.properties :
spring.datasource
variable, change it according to the postgree database connection that we install in local development.firebase.v2.file
variable, change it according to the location of the serviceAccountKey.json file stored in local development.spring.kafka.bootstrap-servers
variable to match the kafka connection installed in local development.spring.data.redis
variable to match the redis connection installed in local development.google_application_credentials
variable with the serviceAccountKey.json location stored in local development, google_application_credentials is used to connect to google storage, if google_application_credentials is already set in our local development global variable environtments, point google_application_credentials to the location of the saved serviceAccountKey.jsonStep 3. Run Core Service
Modified at 2023-07-25 06:07:41