Coder Social home page Coder Social logo

dilipkrish / spring-boot-springfox-custom-json-at-swagger-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gonzalo-sp/spring-boot-springfox-custom-json-at-swagger-ui

1.0 2.0 5.0 58 KB

Spring Boot - Swagger - Springfox - Change default json loaded on swagger-ui

HTML 34.16% Shell 21.44% Batchfile 16.56% Java 27.84%

spring-boot-springfox-custom-json-at-swagger-ui's Introduction

Spring Boot Springfox custom json at swagger-ui

This microservice manages the cars data

Configuration

  • Install Lombok to erase repetitive code. This is mostly for the IDE.
  • Configure PostgreSQL database:
    • Install PostgreSQL: sudo apt-get install postgresql postgresql-contrib
    • Create database: sudo -u postgres createdb <dbname>
    • Create user: sudo -u postgres createuser <username>
    • Access to postgres: sudo -u postgres psql
    • Giving the user a password: alter user <username> with encrypted password '<password>';
    • Granting privileges on database: grant all privileges on database <dbname> to <username>;
  • To use the liquibase maven plugin, you have to
    • At src/main/resources/liquibase/liquibase.properties change DATABASE_NAME, DATABASE_USER, DATABASE_PASSWORD with properly values

Run the microservice

spring-boot-springfox-custom-json-at-swagger-ui's People

Contributors

dilipkrish avatar gonzalo-sp avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.