-1
直到現在我已經與簡單的春天項目和我的數據源bean配置通過xml文件,現在我使用Spring Boot,並且沒有一個xml文件。春天數據源bean配置與.properties
問題是 - 我現在在哪裏配置Datasource bean?在application.properties文件? (例如spring.datasource.driver-class-name spring.datasource.url
)或其他地方?
Thx提前!
所以這意味着我不需要創建一個bean,而是將它傳遞給application.properties,那就是它? 因爲我正在使用JdbcTamplate bean,並且在其中設置了數據源,所以現在如何將數據源傳遞給JdbcTamplate bean? –
Stil你應該能夠像以前一樣自動裝入JdbcTemplate。 Spring引導將負責數據源bean初始化。 –