web-function-sample
web-function-sample copied to clipboard
Results
2
web-function-sample issues
Sort by
recently updated
recently updated
newest added
Until now, I've not found a single example using let's say, a JPA repository (from spring data JPA). It seems counterproductive to instantiate everything Spring gives us when using Spring...
I'm playing with Instagram REST API and since they use OAuth, I need to redirect to their authorization URL. In regular Spring, that can be done by returning `"redirect:" +...