-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DongJun Kim edited this page Feb 21, 2024
·
7 revisions
여행, 여정 계획 시 의견 조율, 여행, 여정 계획 공유, 동선 파악/관리를 원할하게 해주는 여정 공유 플랫폼 위플플입니다!!
애플리케이션 메인 페이지 : https://weplanplans.vercel.app
Swagger API 문서 배포 링크 : https://api.weplanplans.site/swagger-ui/index.html
API Repo link : https://github.com/FinalDoubleTen/TenTenBE
@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 STOMP API
|
├── main
│ ├── java
│ │ └── org
│ │ └── tenten
│ │ └── tentenstomp
│ │ ├── TenTenStompApplication.java
│ │ ├── config
│ │ │ ├── AsyncConfig.java
│ │ │ ├── KafkaConsumerConfig.java
│ │ │ ├── KafkaProducerConfig.java
│ │ │ ├── KafkaTopicConfig.java
│ │ │ ├── OpenApiConfig.java
│ │ │ ├── RedisConfig.java
│ │ │ ├── WebConfig.java
│ │ │ └── WebSocketConfig.java
│ │ ├── domain
│ │ │ ├── comment
│ │ │ ├── member
│ │ │ ├── review
│ │ │ ├── tour
│ │ │ └── trip
│ │ └── global
│ │ ├── aspect
│ │ ├── cache
│ │ ├── common
│ │ ├── component
│ │ ├── converter
│ │ ├── exception
│ │ ├── handler
│ │ ├── jwt
│ │ ├── messaging
│ │ ├── response
│ │ ├── stomp
│ │ └── util
│ └── resources
│ ├── application.yml
│ ├── static
│ └── templates
└── test