Technische Hochschule Würzburg-Schweinfurt (THWS)

Skip to content
Snippets Groups Projects
user avatar
Peter Braun authored
f491fd7e
History

Introduction to the GraphQL Template

This repository contains a template to show how to set-up a Java Servlet project.

How to start the Server in the IDE

  • Run class src/main/java/de/thws/fiw/backendsystems/templates/Main.java.
  • One Java servlet is registered: HelloServlet listens under http://localhost:8080/hello.

How to start the integration tests

  • You must use the project configuration pom-docker.xml.
  • Execute mvn -f pom-docker.xml clean verify to start the server and execute test cases of the integration phase.