b

bxfs-rdb

关系型数据库的配置连接包,主要集成mysql与mybatis的使用
http://bxfsmvc.gitee.io
The MIT License (MIT)
Bxfsmvc
博学浮生 陈健波
Files download
File Operation
bxfs-rdb-1.r.1.jar download
bxfs-rdb-1.r.1.pom download
bxfs-rdb-1.r.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sinsz.c</groupId>
  <artifactId>bxfs-rdb</artifactId>
  <version>1.r.1</version>
</dependency>
Gradle Groovy
implementation 'com.sinsz.c:bxfs-rdb:1.r.1'
Gradle Kotlin
implementation("com.sinsz.c:bxfs-rdb:1.r.1")
Scala SBT
libraryDependencies += "com.sinsz.c" % "bxfs-rdb" % "1.r.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sinsz.c', module='bxfs-rdb', version='1.r.1')
)
Apache Ivy
<dependency org="com.sinsz.c" name="bxfs-rdb" rev="1.r.1" />
Leiningen
[com.sinsz.c/bxfs-rdb "1.r.1"]
Apache Buildr
'com.sinsz.c:bxfs-rdb:jar:1.r.1'