在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ourbatis开源软件地址:https://gitee.com/ainilili/ourbatis开源软件介绍:OurbatisIntroduce _____ _ _ _____ _____ ___ _____ _ _____ / _ \ | | | | | _ \ | _ \ / | |_ _| | | / ___/ | | | | | | | | | |_| | | |_| | / /| | | | | | | |___ | | | | | | | | | _ / | _ { / / | | | | | | \___ \ | |_| | | |_| | | | \ \ | |_| | / / | | | | | | ___| | \_____/ \_____/ |_| \_\ |_____/ /_/ |_| |_| |_| /_____/ 让Mybatis开发更加简洁轻松,提供通用的操作方法及自定义入口,让开发无XML化,提高工作效率,减少编码时间! Ourbatis的特性:
Install以Spring Boot项目为例,添加一下依赖 <dependency> <groupId>com.smallnico</groupId> <artifactId>ourbatis-spring-boot-starter</artifactId> <version>1.0.7</version></dependency> 然后配置一下您的实体类所在的包路径: ourbatis.domain-locations=org.nico.ourbatis.domain 如果您想查看Ourbatis启动日志,您可以追加以下配置: logging.level.org.nico.ourbatis=debug 接下来,您的Mapper只需要继承SimpleMapper接口即可: public interface UserMapper extends SimpleMapper<User, Integer>{} SimpleWikiUpdateFeedback
|
请发表评论