An open API service indexing awesome lists of open source software.

https://github.com/hwangseonu/spring-backend-example

Spring boot 를 활용한 백엔드 연습
https://github.com/hwangseonu/spring-backend-example

backend-server java java-8 spring spring-boot

Last synced: about 1 month ago
JSON representation

Spring boot 를 활용한 백엔드 연습

Awesome Lists containing this project

README

          

# SpringBackend
Spring boot 를 활용한 CRUD가 있는 백엔드를 구현해본다.

## Technical Stack

### Language
- java 8

### Framework
- Spring Boot 2.1.3.RELEASE

### Dependency Management
- Gradle

### Database
- MariaDB

### ORM
- JPA (hibernate)

### Authentication
- Json Web Token (jjwt:0.9.0)

### Server
- Tomcat (embedded)