数据库连接时,没有处理中文问题

数据库连接时,没有处理中文问题

image
image
原因分析:
https://blog.csdn.net/sungancd/article/details/119183605

  datasource:
    username: root
    password: root
    # 设置 SSL = false
    url: jdbc:mysql://192.168.1.50:3307/hspliving_commodity?useUnicode=true&characterEncoding=utf-8&useSSL=false
    driver-class-name: com.mysql.jdbc.Driver
posted @ 2025-08-28 23:54  爱新觉罗LQ  阅读(5)  评论(0)    收藏  举报