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

spring boot 처음실행 시 다음과 같은 에러가 났다. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. application.properties 에 JDBC url 을 추가해준다. [mysql] spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/[DB스키마명]?autoReconnect=true spring.datasource.username=[DB접속Id] spring.datasource.password..
도구/Intellij
2021. 10. 7. 09:19