Giter Club home page Giter Club logo

partners's Introduction

partners

This package was created by the rest-service-template archetype version 1.0.28

To run jetty:run you need to initialize git. So first run
1. run `git init`
2. run `git add .`
3. run `git commit -m "first commit"`
To run the webserver do the following
mvn clean
mvn install
cd  partners-war
mvn jetty:run

Customize as needed. Remove: Candy.java in resources, CandyPojo.java in model.

src
   |-> main
           |-> java
                   |-> config - "Configuration beans, the 2 in there are metrics and properties loading."
                   |-> model - "Business object model, these are by default jackson (de)serialized pojos"
                   |-> resources - "API resources, these are the logical entry point to apis."
           |-> resources - "config files loaded as part of application.  currently has server config and logback config."
           |-> webapp - "web application files, includes swagger static resources, and web.xml descriptor."
   |-> test
           |-> java - unit tests

After server is running, go to:

http://localhost:4874/partners-war to see swagger documentation and testing dashboard.
http://localhost:4874/partners-war/api/swagger.json  to see swagger json data.
http://localhost:4874/partners-war/api/candy/marsbar to directly see GET api.
  1. run git init

  2. run git add .

  3. run git commit -m "first commit"

  4. go to github.com/Milezero and create a new private repo named partners. Make sure the MZ engineering team (https://github.com/orgs/MileZero/teams/engineers) are collaborators on this repo.

  5. run git remote add origin [email protected]:MileZero/partners.git

  6. run git push origin master

  7. Go to build.dev.milezero.com

  8. Click on "New Item"

  9. Enter a "Item name" in the top form field

  10. Select "Copy existing item" radio button and type in a previously existent jenkins item to clone this from for example "earp"

  11. On the next page replace the values for "Github project" and "Repository URL" with respective values for your service or package

  12. Hit save

  13. (If you're savy) Add a pipeline version by following the format used by other projects

  14. on the left menu hit "Build now" to have the project start building

  15. Once built , hit "Perform Maven Release" and then hit "Schedule Maven Release Build"

partners's People

Contributors

vrishikumar avatar

Watchers

James Cloos avatar Suraj Dubey avatar Nishant Tanwar avatar Sean Phillips avatar  avatar Charles Griffith avatar Apoorva Jain avatar Maksym Kovalenko avatar  avatar Trent avatar Lan Ly avatar  avatar Arjun Karande 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.