Small Asteroid Blog

[spring error] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. 본문

백엔드/Spring

[spring error] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

작은소행성☄️ 2021. 4. 21. 14:18
728x90

 

 

 

 

 

 

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

 

 

 

 

추가하기

# DataSource
spring.datasource.url=jdbc:mysql://localhost:3306/[DB스키마명]?autoReconnect=true
spring.datasource.username=[DB접속Id]
spring.datasource.password=[DB접속Password]
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

 

 

 

 

728x90
반응형