애플리케이션 메인 페이지 : https://dev-weplanplans.vercel.app
Swagger API 문서 배포 링크 : https://api.weplanplans.site/swagger-ui/index.html
웹 소켓 Repo link : https://github.com/FinalDoubleTen/TenTenSTOMP
@yuhyun1 | @ypd06021 | @Jundev21 |
---|---|---|
CI/CD Spring Security Mypage API |
OAuth Spring Security Mypage API |
Comment API Test Code |
@Wonbn | @Kim-Dong-Jun99 |
---|---|
TourItem API Trip API |
Review API Keyword API |
├── main
│ ├── generated
│ ├── java
│ │ └── org
│ │ └── tenten
│ │ └── tentenbe
│ │ ├── TenTenBeApplication.java
│ │ ├── config
│ │ │ ├── OpenApiConfig.java
│ │ │ ├── PasswordEncoderConfig.java
│ │ │ ├── RedisConfig.java
│ │ │ ├── S3Config.java
│ │ │ ├── SwaggerConfig.java
│ │ │ └── WebConfig.java
│ │ ├── domain
│ │ │ ├── auth
│ │ │ ├── category
│ │ │ ├── comment
│ │ │ ├── liked
│ │ │ ├── member
│ │ │ ├── region
│ │ │ ├── review
│ │ │ ├── token
│ │ │ ├── tour
│ │ │ └── trip
│ │ └── global
│ │ ├── cache
│ │ ├── common
│ │ ├── component
│ │ ├── converter
│ │ ├── exception
│ │ ├── handler
│ │ ├── response
│ │ ├── s3
│ │ ├── security
│ │ └── util
│ └── resources
│ ├── application-ci.yml
│ ├── application-prod.yml
│ ├── application.yml
│ ├── data
│ │ ├── Keyword.sql
│ │ ├── Member.sql
│ │ ├── TourItem.sql
│ │ └── TourItemReviewKeyword.sql
│ ├── schema.sql
│ ├── static
│ │ └── favicon.ico
│ └── templates
└── test