Skip to content

ZYONGE/SpringBootPractice

Repository files navigation

Java Coffee Badge
Spring Badge Spring Boot Badge
SQL Badge

SpringBootPractice

This is an ongoing project.

A basic project created to understand the Spring workflow and to practice project setup and execution.

Reference

This project was developed with the help of the following tutorial:

스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술 https://www.inflearn.com/course/%EC%8A%A4%ED%94%84%EB%A7%81-%EC%9E%85%EB%AC%B8-%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8

Tech Stack

  • Java 24
  • Spring Boot 3.2
  • Gradle 8.5

Feature

  • Gradle build configuration

How to Compile and Run

1. Windows

gradlew.bat build

2. MacOS / Linux

./gradlew build

Test / Examples

  • not built

Project Structure

hello-spring
├── .gitignore
├── build.gradle
├── gradlew
├── gradlew.bat
├── settings.gradle
├── README.md
├── src/
│ ├── main/
│ │ ├── java/
│ │ └── resources/
│ └── test/
└── build/

License

MIT License

Author

Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE

Motivation: This project was initiated to dive into web programming after completing studies on basic programming language syntax.

About

A beginner-level Spring Boot project for API basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published