springboot 数据库连接 解决驼峰命名问题

  jpa:
    database-platform: org.hibernate.dialect.SQLServerDialect
    hibernate:
      naming:
        physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl

  

原文地址:https://www.cnblogs.com/412013cl/p/10868041.html