fantasy-lotus opened a new issue, #6022:
URL: https://github.com/apache/shenyu/issues/6022

   ### Is there an existing issue for this?
   
   - [x] I have searched the existing issues
   
   ### Current Behavior
   
   in the default application-mysql...other db.yml
   spring.datasource
       username: root
       password: 12345678
   
   推荐改为"root" 和 "12345678", 
避免spring对yml文件的解析出现问题,在不加双引号的情况下,某些数字或特殊含义字符串易被解析错误,例如0开头的数字默认会被当作八进制读取
   
   ### Expected Behavior
   
   _No response_
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment
   
   ```markdown
   ShenYu version(s):
   ```
   
   ### Debug logs
   
   _No response_
   
   ### Anything else?
   
   _No response_


-- 
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: notifications-unsubscr...@shenyu.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to