application.properties 需要加入下面參數,否則 @Bean 不允許。
spring.main.allow-bean-definition-overriding=true
另外 MySQL驅動必須使用最新的 com.mysql.cj.jdbc.Driver