endpoints-spring-boot-starter-parent

Show all spring boot endpoints mappings url.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.hengyunabc
ArtifactId

ArtifactId

endpoints-spring-boot-starter-parent
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

endpoints-spring-boot-starter-parent
Show all spring boot endpoints mappings url.
Project URL

Project URL

https://github.com/hengyunabc/endpoints-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/hengyunabc/endpoints-spring-boot-starter

Download endpoints-spring-boot-starter-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

endpoints-spring-boot-starter

Show all spring boot endpoints mappings url.

Search the latest version in the cnetral repository : Search

<dependency>
    <groupId>io.github.hengyunabc</groupId>
    <artifactId>endpoints-spring-boot-starter</artifactId>
    <version>$version</version>
</dependency>

spring boot 1

application.properties:

management.port=8081
management.security.enabled=false

urls:

spring boot 2

application.properties:

management.server.port=8081
management.endpoints.web.exposure.include=*

urls:

Versions

Version
0.0.1