is not current version
Last Version 1.2.0

vip.efactory:embp-spring-boot-starter 1.0.0

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

vip.efactory
ArtifactId

ArtifactId

embp-spring-boot-starter
Version

Version

1.0.0
Type

Type

pom

Download embp-spring-boot-starter 1.0.0


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