Spring boot访问数据库

application.yml

spring:
 database:
   unsername : root
   password: 123456
   url: jdbc:mysql://111.111.111.111:3306/jdbc
   driver-class-name:com.mysql.jdbc.Driver
   type: com......druid.DruidDataSourse
   schema:
       - classpath:depart.sql   

druid

猜你喜欢

转载自blog.csdn.net/weixin_33759269/article/details/90835725