change working environments pointing to different DB based on application-{{env}}.yml file.
spring.profiles.active = qa
spring.profiles.include = swagger
These properties can point to DB which its mapped.
spring.profiles.active = qa
spring.profiles.include = swagger
These properties can point to DB which its mapped.
Tags:
Dev