250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Python
- 문서
- Docker
- Core Java
- git
- Eclipse
- 설정
- ubuntu
- Open Source
- JavaScript
- AJAX
- 오픈소스
- SpringBoot
- Exception
- STS
- error
- Tomcat
- oracle
- PostgreSQL
- Source
- Spring Boot
- spring
- MySQL
- myBatis
- Thymeleaf
- MSSQL
- jpa
- maven
- JDBC
- IntelliJ
Archives
- Today
- Total
목록DataSourceAutoConfiguration (1)
헤르메스 LIFE
[Exception] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
개발환경 Spring Boot 기본프로젝스 생성 후 Maven Install 하여 jar를 생성하던 중 아래와 같은 오류가 발생했습니다. 2022-06-25 15:43:30.351 ERROR 1452 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to det..
Exception
2022. 6. 25. 15:50