| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.lephix |
| Идентификатор | Идентификаторeasy-spring-boot-starter |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| easy-spring-boot-starter-1.1.pom | |
| easy-spring-boot-starter-1.1.jar | 40 KB |
| easy-spring-boot-starter-1.1-sources.jar | 20 KB |
| easy-spring-boot-starter-1.1-javadoc.jar | 161 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| mysql : mysql-connector-java | jar | |
| junit : junit | jar |