is not current version
Last Version 4.2.0

vip.efactory:ejpa-spring-boot-starter 3.4.0

基于jpa再封装,常用的模板CRUD,分页排序,多字段高级搜索、国际化,属性校验等功能,详见:https://github.com/vip-efactory/ejpa-example.git

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

vip.efactory
ArtifactId

ArtifactId

ejpa-spring-boot-starter
Version

Version

3.4.0
Type

Type

pom

Download ejpa-spring-boot-starter 3.4.0


<!-- https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/ -->
<dependency>
    <groupId>vip.efactory</groupId>
    <artifactId>ejpa-spring-boot-starter</artifactId>
    <version>3.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/
implementation 'vip.efactory:ejpa-spring-boot-starter:3.4.0'
// https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/
implementation ("vip.efactory:ejpa-spring-boot-starter:3.4.0")
'vip.efactory:ejpa-spring-boot-starter:pom:3.4.0'
<dependency org="vip.efactory" name="ejpa-spring-boot-starter" rev="3.4.0">
  <artifact name="ejpa-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='vip.efactory', module='ejpa-spring-boot-starter', version='3.4.0')
)
libraryDependencies += "vip.efactory" % "ejpa-spring-boot-starter" % "3.4.0"
[vip.efactory/ejpa-spring-boot-starter "3.4.0"]