课程
/后端开发
/Java
/2小时学会Spring Boot
我想用sqlserver配置,不用mysql
2018-05-21
源自:2小时学会Spring Boot 5-1
正在回答
pom文件中 依赖的包 下载不下来 怎么办
datasource:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://localhost:1433;DatabaseName=xxxxx
username: xxxx
password: xxxx
举报
Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序