Uploaded image for project: 'Apache ServiceComb'
  1. Apache ServiceComb
  2. SCB-1689

Remove “prd” profile

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • pack-0.6.0
    • Saga
    • 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'
      

       

      Attachments

        Activity

          People

            zhanglei Lei Zhang
            zhanglei Lei Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: