摘要:
@ConfigurationProperties(prefix = "jdbc") public class JdbcProperties { private String url; private String driverClassName; private String username; p 阅读全文
摘要:
#####resources\jdbc.properties jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://127.0.0.1:3306/springboot_test jdbc.username=root jdbc 阅读全文
摘要:
![](https://img2020.cnblogs.com/blog/1220447/202007/1220447-20200709144712992-400569777.png) ![](https://img2020.cnblogs.com/blog/1220447/202007/1220447-20200709143928748-680462265.png) ![](https://im 阅读全文
摘要:
#####jdbc.properties #####log4j.properties #####web.xml #####applicationContext.xml #####spring-mvc.xml #####AccountMapper.xml #####sqlMapConfig.xml # 阅读全文