#
spel
Here are 7 public repositories matching this topic...
Development of SPEL - Open Star Tracker (SOST) - Will be tested in our new space projects
-
Updated
May 20, 2020 - Python
It is a spell checker implemented using bloom filters that highlights spelling mistakes. A file is taken as an input which is checked against the provided dictionary highlighting the words not present in the dictionary.
-
Updated
Feb 8, 2019 - C++
基于spring的AbstractRoutingDataSource,封装了一些工具类和注解,使多数据源的切换变得更加简单自然
-
Updated
Nov 1, 2019 - Java
Improve this page
Add a description, image, and links to the spel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spel topic, visit your repo's landing page and select "manage topics."
http://spring.hhui.top/spring-blog/2019/12/27/191227-SpringBoot%E7%B3%BB%E5%88%97%E6%95%99%E7%A8%8BMybatis-xml%E6%95%B4%E5%90%88%E7%AF%87/
MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型、接口和 Java 的 POJO(Plain Old Java Objects,普通老式 Java 对象)为数据库中的记录。 本文将通过实例方式,介绍下如何整合Spring