License |
License
MIT Licence
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.halower |
ArtifactId | ArtifactIdnewbie-spring-boot-starter |
Version | Version1.2.1 |
Type | Typejar |
Description |
Descriptionnewbie-spring-boot-starter
一套基于SpringBoot的快速开发引导包
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.halower/newbie-spring-boot-starter/ -->
<dependency>
<groupId>com.github.halower</groupId>
<artifactId>newbie-spring-boot-starter</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.halower/newbie-spring-boot-starter/
implementation 'com.github.halower:newbie-spring-boot-starter:1.2.1'
// https://jarcasting.com/artifacts/com.github.halower/newbie-spring-boot-starter/
implementation ("com.github.halower:newbie-spring-boot-starter:1.2.1")
'com.github.halower:newbie-spring-boot-starter:jar:1.2.1'
<dependency org="com.github.halower" name="newbie-spring-boot-starter" rev="1.2.1">
<artifact name="newbie-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.halower', module='newbie-spring-boot-starter', version='1.2.1')
)
libraryDependencies += "com.github.halower" % "newbie-spring-boot-starter" % "1.2.1"
[com.github.halower/newbie-spring-boot-starter "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-undertow | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-cache | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.0.5.RELEASE |
com.querydsl : querydsl-jpa | jar | 4.2.1 |
com.querydsl : querydsl-apt | jar | 4.2.1 |
com.querydsl : querydsl-sql | jar | 4.2.1 |
org.flywaydb : flyway-core | jar | 5.0.7 |
org.projectlombok : lombok | jar | 1.18.2 |
org.modelmapper : modelmapper | jar | 2.1.0 |
com.alibaba : fastjson | jar | 1.2.49 |
org.apache.commons : commons-text | jar | 1.4 |
org.apache.commons : commons-lang3 | jar | 3.8 |
com.spring4all : swagger-spring-boot-starter | jar | 1.8.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.5.RELEASE |