huagetai opened a new pull request #9076:
URL: https://github.com/apache/dolphinscheduler/pull/9076


   ## Add the project's branding banner "dolphin scheduler" at launch
   Add the brand banner of the project when the project starts, which will help 
strengthen the brand awareness of the project.
   
   ## Brief change log
   
     - Add "banner.txt" to src/main/resources
     - Modify src/main/resources/application.yaml
   
   delete  
   ```
   spring:
       main:
           banner-mode: off
   ```
   
   add
   ```
   spring:
           banner:
               charset: UTF-8
               image:
                   width: 20
   ```
   
   ## Verify this pull request
   
   This pull request is code cleanup without any test coverage.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to