akoua / FactoryServiceDemo

In this program we build a program with a factory service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FactoryServiceDemo

In this program we build a program with a factory service, according the name of the service.

For test, you must set the name (methode1 or methode2) on Get Api call, like this:

curl --location 'http://localhost:8080/methode1'

or

curl --location 'http://localhost:8080/methode2'

Diagram class

About

In this program we build a program with a factory service


Languages

Language:Java 100.0%