Package io.micronaut.starter.api
Class StarterConfiguration
java.lang.Object
io.micronaut.starter.api.StarterConfiguration
Allows configuration of the links exposed in URLs.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
StarterConfiguration
public StarterConfiguration()Default constructor.
-
-
Method Details
-
getRedirectUri
- Returns:
- The URI to redirect to when visiting via the browser
-
setRedirectUri
Sets the URI to redirect to when visiting via the browser.- Parameters:
redirectUri
- The redirect URI
-
getUrl
- Returns:
- The URL of the service
-
setUrl
-
getPath
- Returns:
- The path of the service.
-
setPath
-