已关闭此问题为not reproducible or was caused by typos。它目前不接受回答。
此问题是由打印错误或无法再重现的问题引起的。虽然类似的问题可能是on-topic在这里,这一个是解决的方式不太可能帮助未来的读者。
5天前关闭。
Improve this question
MySQL连接器是maven依赖的一部分,所有的数据库属性,如url,用户名,密码都在application.properties中提到。
获取RuntimeException,例如:
驱动程序com.mysql.jdbc.驱动程序声称不接受jdbcUrl,jbdc:mysql://localhost:3306/emp
请帮助解决方案。
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jbdc:mysql://localhost:3306/emp
spring.datasource.username=root
spring.datasource.password=giathinh1996
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
1条答案
按热度按时间0ejtzxu11#
基本上,
用这行代码替换上面提到的一行
您的URL中有一个错误。