摘要:
推荐写法 <select id="getByNameGood" parameterType="string" resultType="com.javaone.passmybatis.entity.Student"> select s.age, s.email, s.id, s.name from s 阅读全文
摘要:
第一种方法(推荐) 在application.yml(.properties)中增加配置,在控制台打印sql: mybatis: mapper-locations: - classpath:mapper/*.xml configuration: log-impl: org.apache.ibatis 阅读全文
摘要:
添加 项目依赖 点击查看代码 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version> </dependency> 添加一 阅读全文