springboot鏈接sqlserver及導包問題處理

首先不用說就是添加maven依賴了,這裏就只須要下面這個:spring <!--sqlserver驅動 --> <dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>sqljdbc4</artifactId> <version>4.0</version> </dependency> 不過,想必
相關文章
相關標籤/搜索