This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-data-rest
Watch
1
Star
0
Fork
0
You've already forked spring-data-rest
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce466d00ab802751ed2bb4ec5e6b76c8fd2fb1ab
spring-data-rest
/
spring-data-rest-webmvc
History
Jon Brisbin
ce466d00ab
Changed ApplicationRestConfig to just import RepositoryRestMvcConfiguration rather than extend it. It works the same either way. It's easier to override the default behavior by extending it, but if you're just defining validators and additional components, you can just use the
@Import
.
2012-10-02 09:58:52 -05:00
..
src
Changed ApplicationRestConfig to just import RepositoryRestMvcConfiguration rather than extend it. It works the same either way. It's easier to override the default behavior by extending it, but if you're just defining validators and additional components, you can just use the
@Import
.
2012-10-02 09:58:52 -05:00
build.gradle
Integrated Spring HATEOAS.
2012-08-27 15:16:02 -05:00