Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Hateoas improvements #353

Merged
merged 5 commits into from
Sep 25, 2019
Merged

Hateoas improvements #353

merged 5 commits into from
Sep 25, 2019

Conversation

jmisur
Copy link
Contributor

@jmisur jmisur commented Sep 23, 2019

No description provided.

"org.springframework.data.domain.Page",
"org.springframework.hateoas.PagedModel"
));
public static final Set<String> SPRING_HATEOAS_RESOURCE = new HashSet<>(Arrays.asList(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public static final Set<String> SPRING_HATEOAS_RESOURCE = new HashSet<>(Arrays.asList(
public static final Set<String> SPRING_HATEOAS_RESOURCES = new HashSet<>(Arrays.asList(

@jmisur jmisur merged commit 1cd5ecf into master Sep 25, 2019
@jmisur jmisur deleted the hateoas_improvements branch September 25, 2019 09:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants