com.microsoft.sqlserver.jdbc.SQLServerException: 對象名 'xxxxx' 無效。我的是因為沒有加這個dialect~~~~
spring:
datasource:
url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=haha
username: sa
password: sa
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
jpa:
hibernate:
dialect: org.hibernate.dialect.SQLServer2008Dialect