@EnableAutoConfiguration开启自动化配置
@ConfigurationProperties(prefiex=”jdbc”)加载默认的配置文件 application.properties读取其中前缀为jdb
2026-03-03