Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beaniejoy/spring-boot-fd
Spring Boot Basic
https://github.com/beaniejoy/spring-boot-fd
Last synced: 1 day ago
JSON representation
Spring Boot Basic
- Host: GitHub
- URL: https://github.com/beaniejoy/spring-boot-fd
- Owner: beaniejoy
- Created: 2020-03-02T13:13:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:46:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T19:17:41.811Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 4.49 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Fundamental
Restaurant Reservation Service Project
레스토랑 예약 서비스 예시를 통한 Spring Boot Project 만들어 보기## Project Initialization
For initializing spring boot project, please consider the following spring.io document:* [Spring Main Page](https://spring.io/)
* [Spring Initializer](https://start.spring.io/)## Guides
The following guides illustrate how to use some features concretely:* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)## Course
FastCampus 강의를 토대로 만들어진 Repository입니다.* [FastCampus](https://www.fastcampus.co.kr/)