Eugene Maysyuk

Results 6 comments of Eugene Maysyuk

> Spring Boot's documentation can be downloaded from the "Downloads" section of Dash's Preferences. Just select the "Java Docs" third-party source and search for "org.springframework.boot:spring-boot". > > Just in case...

Doesn't work for @BasePathAwareController as well. Looks like Spring Data REST doesn't inject LocalValidatorFactoryBean instance into ExtendedServletRequestDataBinder while it resolves arguments and creates new binder.

Here is a good example on client credentials grant type ("application" flow): https://stackoverflow.com/questions/42054384/how-to-configure-oauth2-with-password-flow-with-swagger-ui-in-spring-boot-rest-a#answer-46715492

Doesn't work for me. Instead of file downloading, an empty popup is opened.

The httpclient isn't the case when the URL to file is generated with JavaScript at runtime (after user made a click to the download button) and file is opened in...