How to access full Swagger UI on localhost using jhipster? [closed]









up vote
-1
down vote

favorite












•Swagger documentation endpoint for those APIs is at /v2/api-docs, but if you want access to the full Swagger UI, you should use a JHipster gateway, which will serve as an API developer portal










share|improve this question







New contributor




Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











closed as unclear what you're asking by GBlodgett, Graham, Rob, Devon_C_Miller, Shiladitya Nov 11 at 4:45


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















    up vote
    -1
    down vote

    favorite












    •Swagger documentation endpoint for those APIs is at /v2/api-docs, but if you want access to the full Swagger UI, you should use a JHipster gateway, which will serve as an API developer portal










    share|improve this question







    New contributor




    Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.











    closed as unclear what you're asking by GBlodgett, Graham, Rob, Devon_C_Miller, Shiladitya Nov 11 at 4:45


    Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
















      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      •Swagger documentation endpoint for those APIs is at /v2/api-docs, but if you want access to the full Swagger UI, you should use a JHipster gateway, which will serve as an API developer portal










      share|improve this question







      New contributor




      Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      •Swagger documentation endpoint for those APIs is at /v2/api-docs, but if you want access to the full Swagger UI, you should use a JHipster gateway, which will serve as an API developer portal







      java spring jhipster






      share|improve this question







      New contributor




      Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 10 at 15:01









      Hazem M. Anwar

      1




      1




      New contributor




      Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Hazem M. Anwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      closed as unclear what you're asking by GBlodgett, Graham, Rob, Devon_C_Miller, Shiladitya Nov 11 at 4:45


      Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






      closed as unclear what you're asking by GBlodgett, Graham, Rob, Devon_C_Miller, Shiladitya Nov 11 at 4:45


      Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          You can access the Swagger docs on a JHipster app by login as an admin and click the "API" link in the admin navbar dropdown.



          You can also access it directly using url at http://localhost:8080/#/docs



          If you are not able to access swagger ui then make sure that the swagger profile is active.



          You can check your configuration at src/main/resources/config/application.yml



          spring:
          profiles:
          active: dev
          include: swagger


          or



          spring:
          profiles:
          active: dev, swagger





          share|improve this answer



























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            You can access the Swagger docs on a JHipster app by login as an admin and click the "API" link in the admin navbar dropdown.



            You can also access it directly using url at http://localhost:8080/#/docs



            If you are not able to access swagger ui then make sure that the swagger profile is active.



            You can check your configuration at src/main/resources/config/application.yml



            spring:
            profiles:
            active: dev
            include: swagger


            or



            spring:
            profiles:
            active: dev, swagger





            share|improve this answer
























              up vote
              0
              down vote













              You can access the Swagger docs on a JHipster app by login as an admin and click the "API" link in the admin navbar dropdown.



              You can also access it directly using url at http://localhost:8080/#/docs



              If you are not able to access swagger ui then make sure that the swagger profile is active.



              You can check your configuration at src/main/resources/config/application.yml



              spring:
              profiles:
              active: dev
              include: swagger


              or



              spring:
              profiles:
              active: dev, swagger





              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                You can access the Swagger docs on a JHipster app by login as an admin and click the "API" link in the admin navbar dropdown.



                You can also access it directly using url at http://localhost:8080/#/docs



                If you are not able to access swagger ui then make sure that the swagger profile is active.



                You can check your configuration at src/main/resources/config/application.yml



                spring:
                profiles:
                active: dev
                include: swagger


                or



                spring:
                profiles:
                active: dev, swagger





                share|improve this answer












                You can access the Swagger docs on a JHipster app by login as an admin and click the "API" link in the admin navbar dropdown.



                You can also access it directly using url at http://localhost:8080/#/docs



                If you are not able to access swagger ui then make sure that the swagger profile is active.



                You can check your configuration at src/main/resources/config/application.yml



                spring:
                profiles:
                active: dev
                include: swagger


                or



                spring:
                profiles:
                active: dev, swagger






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 10 at 15:29









                Alien

                3,68121022




                3,68121022













                    這個網誌中的熱門文章

                    Barbados

                    How to read a connectionString WITH PROVIDER in .NET Core?

                    Node.js Script on GitHub Pages or Amazon S3