https://github.com/christianbirchler-org/spring-ping-pong

https://github.com/christianbirchler-org/spring-ping-pong

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: christianbirchler-org
  • License: mit
  • Language: Java
  • Default Branch: main
  • Size: 7.81 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

spring-ping-pong

This is a sample project for bootstrapping a web application with Java/SpringBoot.

Quick Start with Docker

shell docker run --rm -it -p 8080:8080 ghcr.io/christianbirchler-org/spring-ping-pong:latest

shell curl http://localhost:8080/ping

You should get a HTTP response including a pong.

License

MIT

Owner

  • Name: ChristianBirchler.org
  • Login: christianbirchler-org
  • Kind: organization
  • Location: Switzerland

Software Engineering Research Repositories

GitHub Events

Total
  • Push event: 5
  • Create event: 2
Last Year
  • Push event: 5
  • Create event: 2

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
Dockerfile docker
  • eclipse-temurin 23 build
pom.xml maven
  • com.h2database:h2
  • org.springframework.boot:spring-boot-starter-data-jpa
  • org.springframework.boot:spring-boot-starter-data-rest
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test