2019年12月12日

深入浅出MyBatis

摘要: MyBatis 可以使用简单的 XML 或注解来配置和映射原生信息,将接口和 Java 的 POJOs(Plain Old Java Objects,普通的 Java对象)映射成数据库中的记录。 阅读全文

posted @ 2019-12-12 21:49 羽昇 阅读(131) 评论(0) 推荐(0)

【@ConfigurationProperties注解】Not Found The requested URL /spring-boot/docs/2.2.2.RELEASE/reference/html/configuration-metadata.html was not found on this server.

摘要: <!-- 配置文件自动映射 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true 阅读全文

posted @ 2019-12-12 16:02 羽昇 阅读(2138) 评论(0) 推荐(0)

深入浅出 json

摘要: https://www.cnblogs.com/skysoot/archive/2012/04/17/2453010.html 阅读全文

posted @ 2019-12-12 08:50 羽昇 阅读(93) 评论(0) 推荐(0)

导航