eclipse / microprofile-service-mesh-service-a

microprofile-service-mesh-service-a
Apache License 2.0
4 stars 13 forks source link

Improve the pom.xml #4

Closed Emily-Jiang closed 5 years ago

Emily-Jiang commented 6 years ago

Use profile in the pom.xml so that the microservice can run in different app servers.

pilhuhn commented 6 years ago

Some profile work for my MP-demo app in the past: https://github.com/pilhuhn/microprofile-demo/blob/master/pom.xml#L23 that could be used to get this started.

Emily-Jiang commented 5 years ago

This is done.