Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from Swagger Spring MVC to Swagger Springfox 2.0.3 #1635

Merged
merged 5 commits into from
Jun 29, 2015
Merged

Migration from Swagger Spring MVC to Swagger Springfox 2.0.3 #1635

merged 5 commits into from
Jun 29, 2015

Commits on Jun 23, 2015

  1. Migration from Swagger Spring MVC to Swagger Springfox 2.0.2

    - no more swagger-ui directory under webapp
    - no more swagger dependency in bower.json
    - version of the API in application.yml
    
    It fully works with maven + grunt.
    
    With gradle + gulp, it works with gradle (port 8080) however it does not work
    from gulp (port 3000) I tried to configure the proxy for /swagger-ui.html nut it does not seem to work.
    I'm not even sure it was working previously, I'll try.
    
    Re #1508
    gmarziou committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    3bada0e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. Configuration menu
    Copy the full SHA
    9127768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba963c8 View commit details
    Browse the repository at this point in the history
  3. Missing urls in gulp proxy for SpringFox and websockets.

    Added few authorizations for SPringfox URLs (admin) and public for /webjars/.
    
    Re #1508
    gmarziou committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    cc99d40 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Merge branch 'master' of https://github.com/jhipster/generator-jhipster

    … into swagger_2_1508
    
    Conflicts:
    	app/templates/_gradle.properties
    
    Re #1508
    gmarziou committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    c771cb4 View commit details
    Browse the repository at this point in the history