spring-boot-parent

myoss open source project, Spring Boot Project parent pom

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

app.myoss.cloud
ArtifactId

ArtifactId

spring-boot-parent
Last Version

Last Version

2.0.18.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

spring-boot-parent
myoss open source project, Spring Boot Project parent pom
Project URL

Project URL

https://github.com/myoss-cloud/spring-boot-parent
Source Code Management

Source Code Management

https://github.com/myoss-cloud/spring-boot-parent

Download spring-boot-parent

How to add to project

<!-- https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/ -->
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>spring-boot-parent</artifactId>
    <version>2.0.18.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/
implementation 'app.myoss.cloud:spring-boot-parent:2.0.18.RELEASE'
// https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/
implementation ("app.myoss.cloud:spring-boot-parent:2.0.18.RELEASE")
'app.myoss.cloud:spring-boot-parent:pom:2.0.18.RELEASE'
<dependency org="app.myoss.cloud" name="spring-boot-parent" rev="2.0.18.RELEASE">
  <artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.myoss.cloud', module='spring-boot-parent', version='2.0.18.RELEASE')
)
libraryDependencies += "app.myoss.cloud" % "spring-boot-parent" % "2.0.18.RELEASE"
[app.myoss.cloud/spring-boot-parent "2.0.18.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.6.RELEASE
org.apache.commons : commons-lang3 jar 3.7
org.projectlombok : lombok jar 1.16.22

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test Optional jar 2.0.6.RELEASE

Project Modules

There are no modules declared in this project.

spring-boot-build

Maven Central GitHub release License

Documentation

Download

Maven

<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>spring-boot-build</artifactId>
    <version>2020.0.0.RELEASE</version>
</dependency>
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>myoss-spring-boot-parent</artifactId>
    <version>2020.0.0.RELEASE</version>
</dependency>
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>myoss-cloud-dependencies</artifactId>
    <version>2020.0.0.RELEASE</version>
</dependency>

Usage

  1. pom.xml 继承的方式

        <parent>
            <groupId>app.myoss.cloud</groupId>
            <artifactId>myoss-spring-boot-parent</artifactId>
            <version>2020.0.0.RELEASE</version>
        </parent>
  2. pom.xml 使用 import 的方式

        <dependencyManagement>
            <dependencies>
                <dependency>
                    <groupId>app.myoss.cloud</groupId>
                    <artifactId>myoss-cloud-dependencies</artifactId>
                    <version>${myoss-cloud-dependencies.version}</version>
                    <type>pom</type>
                    <scope>import</scope>
                </dependency>
            </dependencies>
        </dependencyManagement>
app.myoss.cloud
my open source system, cloud project

Versions

Version
2.0.18.RELEASE
2.0.17.RELEASE
2.0.16.RELEASE
2.0.15.RELEASE
2.0.14.RELEASE
2.0.13.RELEASE
2.0.12.RELEASE
2.0.11.RELEASE
2.0.10.RELEASE
2.0.9.RELEASE
2.0.8.RELEASE
2.0.7.RELEASE
2.0.6.RELEASE
2.0.5.RELEASE
2.0.4.RELEASE
2.0.3.RELEASE
2.0.2.RELEASE
2.0.1.RELEASE
2.0.0.RELEASE
1.0.0.RELEASE