Easy SpringBoot Starter

This is a starter for creating a project quickly. There are some conventions when importing this starter, configuration could change those behaviors.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.lephix
ArtifactId

ArtifactId

easy-spring-boot-starter
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Easy SpringBoot Starter
This is a starter for creating a project quickly. There are some conventions when importing this starter, configuration could change those behaviors.
Project URL

Project URL

https://github.com/lephix/easy-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/lephix/easy-spring-boot-starter

Download easy-spring-boot-starter

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.projectlombok : lombok jar
com.google.guava : guava jar 28.0-jre
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.9
org.freemarker : freemarker jar 2.3.28

provided (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-security jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-data-jpa jar
org.springframework.security : spring-security-oauth2-client jar 5.1.5.RELEASE
javax.servlet : javax.servlet-api jar

test (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar
junit : junit jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0