摘要:
背景 MyBatis 是支持定制化 SQL、存储过程以及高级映射的优秀的持久层框架。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以对配置和原生Map使用简单的 XML 或注解,将接口和 Java 的 POJOs(Plain Old Java Obj 阅读全文
摘要:
https://www.baeldung.com/spring-mvc-static-resources 1. Overview This article explores how to serve static resources with Spring – using both XML and 阅读全文