spring boot failed to determine a suitable driver class code example
Example 1: failed to determine a suitable driver class
@SpringBootApplication(exclude={DataSourceAutoConfiguration.class})
Example 2: failed to determine a suitable driver class
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration