반응형
250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- codedeploy
- codebuild
- kubeflow
- 도커
- COALESCE
- Spring
- Kafka
- PostgreSQL
- codepipeline
- SQL
- codedeploy error
- bootstrap
- Spring Error
- Flux
- aws cicd
- JavaScript
- AWS CI/CD 구축하기
- Jenkins
- VPN
- chartjs
- redis
- java bigdecimal
- docker
- Python
- IntelliJ
- node
- aws
- openlens
- chart.js
- Airflow
Archives
- Today
- Total
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:18728x90
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
반응형