반응형
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 |
Tags
- Airflow
- aws
- VPN
- PostgreSQL
- aws cicd
- kubeflow
- chart.js
- Jenkins
- docker
- or some instances in your deployment group are experiencing problems.
- codedeploy
- redis
- chartjs
- Python
- AWS CI/CD 구축하기
- codepipeline
- codebuild
- node
- SQL
- 도커
- bootstrap
- java bigdecimal
- JavaScript
- Flux
- codedeploy error
- IntelliJ
- Spring Error
- Spring
- Kafka
- COALESCE
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
반응형