Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
No need to configure spring.profiles.active = prd when Alpha starts
The following parameters will be used as default.
--- spring: datasource: username: saga password: password url: jdbc:postgresql://postgresql.servicecomb.io:5432/saga?useSSL=false platform: postgresql continue-on-error: false jpa: properties: eclipselink: ddl-generation: none
Switch Mysql database with the following parameters when starting Alpha
--spring.datasource.platform=mysql
--spring.datasource.username=saga
--spring.datasource.password=password
--spring.datasource.url='jdbc:mysql://mysql.servicecomb.io:3306/saga?useSSL=false'