https://github.com/woosungkim0123/simple-spring-post-service
post service with Spring
https://github.com/woosungkim0123/simple-spring-post-service
java11 jpa mysql spring travisci
Last synced: about 1 month ago
JSON representation
post service with Spring
- Host: GitHub
- URL: https://github.com/woosungkim0123/simple-spring-post-service
- Owner: woosungkim0123
- Created: 2023-03-25T00:44:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T16:15:49.000Z (over 2 years ago)
- Last Synced: 2025-09-08T23:37:47.591Z (9 months ago)
- Topics: java11, jpa, mysql, spring, travisci
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Spring Post Service
## Description
This application provides a service for users to create, view, update, and delete posts.
## Features
- **Post CRUD**: Allows users to create, view, update, and delete posts.
- **User Authentication and Authorization Management**: Manages access control using sessions for user authentication and authorization.
- **AWS Deployment**: Deploys the application to the cloud using AWS.
- **CI/CD Pipeline**: Implements a continuous integration and deployment pipeline using Travis CI.
## Technology Stack
- Java 11
- Gradle
- Spring Boot 2.7.10
- MySQL
- AWS EC2
- Travis CI
## Installation and Running
### System Requirements
Ensure the following software is installed on your system before installing and running the project.
```
Java 11
```
### Build and Running
```
sh start.sh
```
## Reference
| 스프링부트와 AWS로
혼자 구현하는 웹 서비스 |
|-------------------------------------------------|
|

|