spring-routing-resolver

An easy way to find out all routing paths in Spring annotated controllers

License

License

GroupId

GroupId

com.github.wnameless.spring
ArtifactId

ArtifactId

spring-routing-resolver
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

spring-routing-resolver
An easy way to find out all routing paths in Spring annotated controllers
Project URL

Project URL

https://github.com/wnameless/spring-routing-resolver
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-routing-resolver

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-routing-resolver/ -->
<dependency>
    <groupId>com.github.wnameless.spring</groupId>
    <artifactId>spring-routing-resolver</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-routing-resolver/
implementation 'com.github.wnameless.spring:spring-routing-resolver:0.6.0'
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-routing-resolver/
implementation ("com.github.wnameless.spring:spring-routing-resolver:0.6.0")
'com.github.wnameless.spring:spring-routing-resolver:jar:0.6.0'
<dependency org="com.github.wnameless.spring" name="spring-routing-resolver" rev="0.6.0">
  <artifact name="spring-routing-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless.spring', module='spring-routing-resolver', version='0.6.0')
)
libraryDependencies += "com.github.wnameless.spring" % "spring-routing-resolver" % "0.6.0"
[com.github.wnameless.spring/spring-routing-resolver "0.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 29.0-jre

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.3.1.RELEASE

test (3)

Group / Artifact Type Version
net.sf.rubycollect4j : rubycollect4j jar 2.1.1
nl.jqno.equalsverifier : equalsverifier jar 3.3
org.springframework.boot : spring-boot-starter-test jar 2.3.1.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0