A basic project created to understand the Spring workflow and to practice project setup and execution.
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
- Java 24
- Spring Boot 3.2
- Gradle 8.5
- Gradle build configuration
gradlew.bat build./gradlew build- not built
hello-spring
├── .gitignore
├── build.gradle
├── gradlew
├── gradlew.bat
├── settings.gradle
├── README.md
├── src/
│ ├── main/
│ │ ├── java/
│ │ └── resources/
│ └── test/
└── build/
MIT License
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.