aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/egiz/moazs/App2MzsEndpointConfig.java
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19Add Unit Test Stub for App2MzsServiceChristof Rabensteiner1-24/+0
- Unit test makes a http request to the service - Fix NPE by adding endpoint.setAdress("/") - Choose better name for App2MzsService
2019-03-19Add App2MzsService StubChristof Rabensteiner1-0/+24
- Try it out with mvn spring-boot:run