애플리케이션 메인 페이지 : 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