mustangxu/playground

By mustangxu

Updated 8 days ago

Java coding playground

Image
Languages & frameworks
1

10K+

mustangxu/playground repository overview

Jay's code playground

Codacy Security Scan CodeQL Docker Image CI Docker Pulls

Usage

cd to main folder: java-playground, so far contains the following demos:

  • JDK 21 / 22 / 23 / 25 and spring boot 3.5.x
  • JDK new features:
    • native memory access
    • vector calculation
    • record
    • virtual thread
    • string templates
    • unnamed variables
    • scoped value
  • eclipselink JPA
  • sharding sphere
  • openapi with swagger UI
  • websocket with SockJS (enabled if jakarta.websocket.WebSocketContainer on classpath)
  • open feign
  • quartz
  • easyexcel
  • jmdns
  • skywalking tracing, log
  • maven docker build task
  • eth RPC client
  • a wolfram client
  • spring boot client, a spring boot server docker image can be found here Docker Pulls
  • jmh performance test
  • jasypt-spring integration using my another project Maven Central
  • a openai client using my another project Maven Central
  • AWS lambda function demo
  • zstd-jni lib
  • Spring AI
    • deepseek
    • milvus vector db on zilliz
    • mcp server / client with a weather service under mcp project (run with mvn spring-boot:run -DskipTests)
  • http2
  • http3 (enable by set http3.enabled property to true under http3 project)

run:

cd java-playground
mvn spring-boot:run -DskipTests # use mysql as datasource, or
mvn spring-boot:run -DskipTests -Dspring-boot.run.profiles=embedded # use in memory db as ds

Tag summary

Content type

Image

Digest

sha256:c34eb3477

Size

256.5 MB

Last updated

8 days ago

docker pull mustangxu/playground:1.0-6417c2a