Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 508 Bytes

File metadata and controls

14 lines (9 loc) · 508 Bytes

Hello world - Java HTTP example

Sample project configuration of a Restate service using the Java SDK and HTTP server.

Have a look at the Java Quickstart guide for more information on how to use this project.

To run:

mvn compile exec:java

Restate SDK uses annotation processing to generate client classes. When modifying the annotated services in Intellij, it is suggested to run CTRL + F9 to re-generate the client classes.