Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ MyBatis Guice Module
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis/mybatis-guice.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis-guice/)
[![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

![mybatis-guice](http://mybatis.github.io/images/mybatis-logo.png)
![mybatis-guice](https://mybatis.org/images/mybatis-logo.png)

The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.

Essentials
----------

* [See the docs](http://mybatis.github.io/guice/)
* [See the docs](https://mybatis.org/guice/)

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<name>mybatis-guice</name>
<description>The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.</description>
<url>http://mybatis.github.io/guice/</url>
<url>https://mybatis.org/guice/</url>

<inceptionYear>2009</inceptionYear>

Expand Down