Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days 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)