You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deployed on Azure (production), the backend application fails because it cannot connect to the database. The database is only available on the localhost. The goal of this task is to deploy the MYSQL database so that the production backend server can access it. In addition, I should make two distinct Spring profiles. One is for development and the other is for production. The profiles must be configured to connect to the appropriate database (development or production database).
The text was updated successfully, but these errors were encountered:
When deployed on Azure (production), the backend application fails because it cannot connect to the database. The database is only available on the localhost. The goal of this task is to deploy the MYSQL database so that the production backend server can access it. In addition, I should make two distinct Spring profiles. One is for development and the other is for production. The profiles must be configured to connect to the appropriate database (development or production database).
The text was updated successfully, but these errors were encountered: