License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.weizhiwen |
ArtifactId | ArtifactIdshixin-spring-boot-dal |
Version | Version0.1.11 |
Type | Typejar |
Description |
Descriptionshixin-spring-boot-dal
数据层模块,该模块包含数据库相关的类,业务代码的数据库访问层依赖该模块
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.weizhiwen/shixin-spring-boot-dal/ -->
<dependency>
<groupId>com.github.weizhiwen</groupId>
<artifactId>shixin-spring-boot-dal</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weizhiwen/shixin-spring-boot-dal/
implementation 'com.github.weizhiwen:shixin-spring-boot-dal:0.1.11'
// https://jarcasting.com/artifacts/com.github.weizhiwen/shixin-spring-boot-dal/
implementation ("com.github.weizhiwen:shixin-spring-boot-dal:0.1.11")
'com.github.weizhiwen:shixin-spring-boot-dal:jar:0.1.11'
<dependency org="com.github.weizhiwen" name="shixin-spring-boot-dal" rev="0.1.11">
<artifact name="shixin-spring-boot-dal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weizhiwen', module='shixin-spring-boot-dal', version='0.1.11')
)
libraryDependencies += "com.github.weizhiwen" % "shixin-spring-boot-dal" % "0.1.11"
[com.github.weizhiwen/shixin-spring-boot-dal "0.1.11"]
Group / Artifact | Type | Version |
---|---|---|
com.github.weizhiwen : shixin-spring-boot-commons | jar | 0.1.11 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.5 |
org.hibernate : hibernate-core | jar | 5.4.21.Final |
org.springframework.data : spring-data-jpa | jar | 2.2.10.RELEASE |