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 를 활용한 백엔드 연습
- Host: GitHub
- URL: https://github.com/hwangseonu/spring-backend-example
- Owner: hwangseonu
- License: mit
- Created: 2018-10-28T10:46:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T16:36:11.000Z (over 7 years ago)
- Last Synced: 2025-03-27T14:52:01.423Z (about 1 year ago)
- Topics: backend-server, java, java-8, spring, spring-boot
- Language: Java
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)