Skip to content

Nancheung23/JavaSpringboot-PT1

Repository files navigation

Java SprintBoot

Our project uses Spring Boot with Gradle to build backend infrastructure for generating API routes for frontend interaction. The main goal is to provide endpoints for efficient data retrieval and manipulation, including fetching data, adding entities, and handling errors with comprehensive logging and exception management.

Set up database

Set up datbase according to this tutorial.

Download repository

Copy repository to your local machine.

Tips

If port is occupied:

  1. netstat -ano | findstr :8080
  2. taskkill /F /PID [taskid]
  3. ./gradlew bootRun --stacktrace

About

JavaSprintboot-Practical Training 1

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •