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
- Host: GitHub
- URL: https://github.com/emrd/java-spring-jwt-token-example
- Owner: EmrD
- Created: 2024-12-03T17:41:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T17:42:24.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:44:05.575Z (about 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```