agrestio / agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://agrest.io
Apache License 2.0
80 stars 34 forks source link

#369 - Spring Boot Support #589

Open kramano opened 1 year ago

kramano commented 1 year ago

Add support for Spring Controllers.

kramano commented 1 year ago

Regarding integration tests - I've tried to do this in single module first, but it didn't work well. I think it's doable but it looks like the way it's done now is clearer in terms of configurations - now it's just a simple Spring Boot project with controllers and tests. Putting controllers in tests creates some hassle. I'll have another look here.

Regarding more tests - yes, agreed.