An open API service indexing awesome lists of open source software.

https://github.com/emrd/java-spring-jwt-token-example


https://github.com/emrd/java-spring-jwt-token-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Java API Service Starter

This is a minimal Java API service starter based on [Google Cloud Run Quickstart](https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-java-service).

## Getting Started

Server should run automatically when starting a workspace. To run manually, run:
```sh
mvn spring-boot:run
```