You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing @param annotations to CityRepository in Data REST sample
Without the @param annotations, using either of the search URIs would
resulted in a 400 response and an error describing the lack of @param
annotation.
See gh-1627
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/jpa/service/CityRepository.java
0 commit comments