ถ้าไม่ต้องการให้ Spring Application ตรวจสอบการเชื่อมต่อฐานข้อมูลตอนเริ่มรันโปรแกรม ให้เพิ่มการตั้งค่านี้ใน application.properties
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
ที่มา: https://www.baeldung.com/spring-boot-failed-to-configure-data-source
Top comments (0)