摘要: Mapper.xml文件:<resultMap id="VideoDetailResultMap" type="Video"> <id column="id" jdbcType="INTEGER" property="id"/> <result column="title" jdbcType="VA 阅读全文
posted @ 2021-12-01 20:04 智慧搬运工 阅读(58) 评论(0) 推荐(0)
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional></dependency> <plugin> 阅读全文
posted @ 2021-12-01 12:47 智慧搬运工 阅读(36) 评论(0) 推荐(0)