Skip to content

ngdzu/java_interview_prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview prep sample Spring Boot project

What this contains

  • Minimal Spring Boot (Maven) app with a Person entity, REST API, and an integration test.

How to build and run (locally)

  1. Ensure Java 17+ and Maven are installed.

  2. From project root run:

    mvn clean package

  3. Run the app:

    java -jar target/interview-sb-0.0.1-SNAPSHOT.jar

Run tests:

mvn test

Notes

  • The project uses H2 in-memory DB. Helpful for iterating on JPA and tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages