Giter VIP home page Giter VIP logo

packtcoffeeshop's Introduction

PacktCoffeeShop

This is the code from my video course with Packt Publishing, you can find it here: https://github.com/PacktPublishing/Building-and-Deploying-Java-EE-Microservices-on-the-Cloud

I want to play a bit more with the microservices, so if you want the original code grab it from the link above.

Payara OpenApi issue

The 5.182 version of Payara has an issue with OpenAPI and throws exceptions when it's starting. It will be fixed in 5.183 but until then, the command to deploy on Payara Micro are: java -jar -Dmp.openapi.scan.disable=true <payara-micro>.jar PacktCustomer.war --port 8085

Customers

Uses the Payara embedded H2 database and Microprofile 1.3. Can be deployed on a Payara Web or Full server, or on Payara Micro (as intended) with java -jar <payara-micro>.jar PacktCustomer.war --port 8085

Orders

Uses H2 as an external DB which is configured in web.xml and is updated to Microprofile 1.3. Can be deployed on a Payara Web or Full server, or on Payara Micro (as intended) with java -jar <payara-micro>.jar PacktOrder.war --port 8086

Service

Acts as aggregator for the Customers and Orders microservices and is access point for the UI microservice. If is deployed locally with java -jar <payara-micro>.jar PacktService.war --port 8087, the config properties must change and show to localhost instead of the Docker network URI.

packtcoffeeshop's People

Contributors

vasouv avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

soarish

packtcoffeeshop's Issues

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.