개발 기간 2023.07 ~ 2023.08
사이트 바로가기 https://alog.acceler.kr/ (🔧업데이트 중)
Team repo https://github.com/orgs/KEA-ACCELER/repositories
Here, the domains(service)'s relationship is shown.
Use it for the purpose of managing bugs in an Issue project or functions that need to be added. Users can create, query, modify, and close issues and designate their members for them.
- Users can create a new issue through the API.
- The required information is the title and content.
- When an issue is created, the initial state is set to 'open'.
- Users can view a list of all issues.
- Users can view detailed information about a specific issue.
- The status of an issue can be changed to 'TODO', 'INPROGRESS', 'DONE', or 'EMERGENCY'.
- Users can write comments on a specific issue.
- Users can delete the comments they have written.
./gradlew dependencies
implementation - Implementation only dependencies for source set 'main'. (n)
+--- org.springframework.boot:spring-boot-starter (n)
+--- org.springframework.boot:spring-boot-starter-data-jpa (n)
+--- org.springframework.boot:spring-boot-starter-web (n)
+--- org.springframework.cloud:spring-cloud-starter-openfeign:4.0.2 (n)
+--- org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2 (n)
\--- org.springframework.boot:spring-boot-starter-validation (n)
(n) - A dependency or dependency configuration that cannot be resolved.
- use docker-compose.yml
docker compose up -d
http://localhost:30000/api/users
- Code Refactoring: Add comments or set variable and function names clearly to improve code readability and maintainability.
- Optimized Query: Optimize database queries and improve performance by making full use of Spring Data JPA features.
- Asynchronous Processing: Introduce asynchronous programming to minimize response time through parallel processing and improve overall system performance.
- Database Indexing: Set the index of the database table appropriately to improve performance for searching and filtering.
This project implements issue and comment management functions using Spring Boot and MySQL. In the future, we will reflect user feedback and continue to develop and maintain the service through updates. We plan to improve the user experience by adding new features or upgrading technology.